|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface LongArray
An interface, similar in its methods to List, and similar in its purpose to a Java array, designed for sparse storage and indexed by long values.
Unlike the List interface, the LongArray interface assumes that every index can be accessed and has storage available.
| Nested Class Summary | |
|---|---|
static interface |
LongArray.Iterator |
| Field Summary |
|---|
| Fields inherited from interface com.oracle.common.collections.LongArray |
|---|
NOT_FOUND |
| Method Summary | |
|---|---|
LongArray.Iterator |
iterator() |
LongArray.Iterator |
iterator(long lIndex) |
LongArray.Iterator |
reverseIterator() |
LongArray.Iterator |
reverseIterator(long lIndex) |
| Methods inherited from interface com.oracle.common.collections.LongArray |
|---|
add, ceiling, ceilingIndex, clear, clone, contains, equals, exists, floor, floorIndex, get, getFirstIndex, getLastIndex, getSize, indexOf, indexOf, isEmpty, lastIndexOf, lastIndexOf, remove, remove, set, toString |
| Method Detail |
|---|
LongArray.Iterator iterator()
iterator in interface java.lang.Iterableiterator in interface com.oracle.common.collections.LongArrayLongArray.Iterator iterator(long lIndex)
iterator in interface com.oracle.common.collections.LongArrayLongArray.Iterator reverseIterator()
reverseIterator in interface com.oracle.common.collections.LongArrayLongArray.Iterator reverseIterator(long lIndex)
reverseIterator in interface com.oracle.common.collections.LongArray
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||