|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BooleanIterator | |
|---|---|
| org.apache.commons.collections.primitives | Collections of primitive values. |
| org.apache.commons.collections.primitives.adapters | Adapters for converting between the primitive and object based versions of the collections framework. |
| Uses of BooleanIterator in org.apache.commons.collections.primitives |
|---|
| Subinterfaces of BooleanIterator in org.apache.commons.collections.primitives | |
|---|---|
interface |
BooleanListIterator
A bi-directional iterator over boolean values. |
| Classes in org.apache.commons.collections.primitives that implement BooleanIterator | |
|---|---|
protected static class |
RandomAccessBooleanList.RandomAccessBooleanListIterator
|
| Methods in org.apache.commons.collections.primitives that return BooleanIterator | |
|---|---|
BooleanIterator |
BooleanCollection.iterator()
Returns an iterator over all my elements. |
BooleanIterator |
BooleanList.iterator()
Returns an iterator over all my elements,
in the appropriate sequence. |
abstract BooleanIterator |
AbstractBooleanCollection.iterator()
|
BooleanIterator |
RandomAccessBooleanList.iterator()
|
| Uses of BooleanIterator in org.apache.commons.collections.primitives.adapters |
|---|
| Classes in org.apache.commons.collections.primitives.adapters that implement BooleanIterator | |
|---|---|
class |
IteratorBooleanIterator
Adapts a Boolean-valued Iterator
to the BooleanIterator interface. |
class |
ListIteratorBooleanListIterator
Adapts a Number-valued ListIterator
to the BooleanListIterator interface. |
| Methods in org.apache.commons.collections.primitives.adapters that return BooleanIterator | |
|---|---|
static BooleanIterator |
IteratorBooleanIterator.wrap(Iterator iterator)
Create an BooleanIterator wrapping the specified Iterator. |
| Methods in org.apache.commons.collections.primitives.adapters with parameters of type BooleanIterator | |
|---|---|
static Iterator |
BooleanIteratorIterator.wrap(BooleanIterator iterator)
Create an Iterator wrapping the specified
BooleanIterator. |
| Constructors in org.apache.commons.collections.primitives.adapters with parameters of type BooleanIterator | |
|---|---|
BooleanIteratorIterator(BooleanIterator iterator)
Creates an Iterator wrapping the specified
BooleanIterator. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||