Modifier and Type | Method and Description |
---|---|
LongIterator |
LongCollection.iterator()
Gets an iterator over this collection capable of accessing the primitive values.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
ArrayLongCollection.PIterator
Iterator.
|
Modifier and Type | Method and Description |
---|---|
LongIterator |
ArrayLongCollection.iterator()
Gets an iterator over this collection capable of accessing the primitive values.
|
Modifier and Type | Method and Description |
---|---|
LongIterator |
LongIterable.iterator()
Gets an iterator over this collection capable of accessing the primitive values.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayLongIterator
An iterator over an array of
long values. |
Modifier and Type | Method and Description |
---|---|
LongIterator |
LongList.iterator()
Gets an iterator over this list capable of accessing the primitive values.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractLongList.PListIterator
List iterator.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LongListIterator
Defines a list iterator over primitive
long values. |
Modifier and Type | Class and Description |
---|---|
class |
ArrayLongListIterator
An iterator over an array of
long values. |
Copyright © 2005-2012 Joda.org. All Rights Reserved.