Modifier and Type | Method and Description |
---|---|
BooleanIterator |
BooleanCollection.iterator()
Gets an iterator over this collection capable of accessing the primitive values.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
ArrayBooleanCollection.PIterator
Iterator.
|
Modifier and Type | Method and Description |
---|---|
BooleanIterator |
ArrayBooleanCollection.iterator()
Gets an iterator over this collection capable of accessing the primitive values.
|
Modifier and Type | Method and Description |
---|---|
BooleanIterator |
BooleanIterable.iterator()
Gets an iterator over this collection capable of accessing the primitive values.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayBooleanIterator
An iterator over an array of
boolean values. |
Modifier and Type | Method and Description |
---|---|
BooleanIterator |
BooleanList.iterator()
Gets an iterator over this list capable of accessing the primitive values.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractBooleanList.PListIterator
List iterator.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanListIterator
Defines a list iterator over primitive
boolean values. |
Modifier and Type | Class and Description |
---|---|
class |
ArrayBooleanListIterator
An iterator over an array of
boolean values. |
Copyright © 2005-2012 Joda.org. All Rights Reserved.