| 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 | Class and Description |
|---|---|
protected static class |
RandomAccessBooleanList.RandomAccessBooleanListIterator |
| Modifier and Type | Method and Description |
|---|---|
BooleanListIterator |
BooleanList.listIterator()
Returns a
bidirectional iterator over
all my elements, in the appropriate sequence. |
BooleanListIterator |
RandomAccessBooleanList.listIterator() |
BooleanListIterator |
BooleanList.listIterator(int index)
Returns a
bidirectional iterator over all
my elements, in the appropriate sequence, starting at the specified
position. |
BooleanListIterator |
RandomAccessBooleanList.listIterator(int index) |
| Modifier and Type | Class and Description |
|---|---|
class |
ListIteratorBooleanListIterator
|
| Modifier and Type | Method and Description |
|---|---|
static BooleanListIterator |
ListIteratorBooleanListIterator.wrap(ListIterator iterator)
Create an
BooleanListIterator wrapping
the specified ListIterator. |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator |
BooleanListIteratorListIterator.wrap(BooleanListIterator iterator)
Create a
ListIterator wrapping
the specified BooleanListIterator. |
| Constructor and Description |
|---|
BooleanListIteratorListIterator(BooleanListIterator iterator)
Creates an
ListIterator wrapping
the specified BooleanListIterator. |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.