Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.util
Interface LongArray

All Superinterfaces:
java.lang.Cloneable, java.lang.Iterable, com.oracle.common.collections.LongArray, java.io.Serializable

public interface LongArray
extends com.oracle.common.collections.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.

Version:
1.00 2002.04.24 based on WindowedArray component and SparseArray prototype
Author:
cp

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

iterator

LongArray.Iterator iterator()
Specified by:
iterator in interface java.lang.Iterable
Specified by:
iterator in interface com.oracle.common.collections.LongArray

iterator

LongArray.Iterator iterator(long lIndex)
Specified by:
iterator in interface com.oracle.common.collections.LongArray

reverseIterator

LongArray.Iterator reverseIterator()
Specified by:
reverseIterator in interface com.oracle.common.collections.LongArray

reverseIterator

LongArray.Iterator reverseIterator(long lIndex)
Specified by:
reverseIterator in interface com.oracle.common.collections.LongArray

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.