org.joda.primitives.iterable
Interface BooleanIterable

All Superinterfaces:
Iterable<Boolean>
All Known Subinterfaces:
BooleanCollection, BooleanList
All Known Implementing Classes:
AbstractBooleanCollection, AbstractBooleanList, ArrayBooleanCollection, ArrayBooleanList, ImmutableArrayBooleanList

public interface BooleanIterable
extends Iterable<Boolean>

Defines a provider of iteration over a collection of primitive boolean values.

This interface extends Iterable allowing seamless integration with other APIs.

Since:
1.0
Version:
CODE GENERATED
Author:
Stephen Colebourne

Method Summary
 BooleanIterator iterator()
          Gets an iterator over this collection capable of accessing the primitive values.
 

Method Detail

iterator

BooleanIterator iterator()
Gets an iterator over this collection capable of accessing the primitive values.

Specified by:
iterator in interface Iterable<Boolean>
Returns:
an iterator, not null


Copyright © 2005-2010 Joda.org. All Rights Reserved.