Package | Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanListIterator
A bi-directional iterator over
boolean values. |
Modifier and Type | Class and Description |
---|---|
protected static class |
RandomAccessBooleanList.RandomAccessBooleanListIterator |
Modifier and Type | Method and Description |
---|---|
abstract BooleanIterator |
AbstractBooleanCollection.iterator() |
BooleanIterator |
BooleanList.iterator()
Returns an
iterator over all my elements,
in the appropriate sequence. |
BooleanIterator |
RandomAccessBooleanList.iterator() |
BooleanIterator |
BooleanCollection.iterator()
Returns an
iterator over all my elements. |
Modifier and Type | Class and Description |
---|---|
class |
IteratorBooleanIterator
|
class |
ListIteratorBooleanListIterator
|
Modifier and Type | Method and Description |
---|---|
static BooleanIterator |
IteratorBooleanIterator.wrap(Iterator iterator)
Create an
BooleanIterator wrapping the specified Iterator . |
Modifier and Type | Method and Description |
---|---|
static Iterator |
BooleanIteratorIterator.wrap(BooleanIterator iterator)
Create an
Iterator wrapping the specified
BooleanIterator . |
Constructor and Description |
---|
BooleanIteratorIterator(BooleanIterator iterator)
Creates an
Iterator wrapping the specified
BooleanIterator . |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.