|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.collections.primitives.adapters.AbstractLongCollectionCollection
org.apache.commons.collections.primitives.adapters.AbstractLongListList
org.apache.commons.collections.primitives.adapters.LongListList
public final class LongListList
Adapts an LongList
to the
List
interface.
LongList
implementation in the "obvious" way.
Field Summary | |
---|---|
private LongList |
_list
|
Constructor Summary | |
---|---|
LongListList(LongList list)
Creates a List wrapping
the specified LongList . |
Method Summary | |
---|---|
protected LongList |
getLongList()
|
static java.util.List |
wrap(LongList list)
Create a List wrapping
the specified LongList . |
Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractLongListList |
---|
add, addAll, equals, get, getLongCollection, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList |
Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractLongCollectionCollection |
---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Field Detail |
---|
private LongList _list
Constructor Detail |
---|
public LongListList(LongList list)
List
wrapping
the specified LongList
.
wrap(org.apache.commons.collections.primitives.LongList)
Method Detail |
---|
public static java.util.List wrap(LongList list)
List
wrapping
the specified LongList
. When
the given list is null
,
returns null
.
list
- the (possibly null
)
LongList
to wrap
List
wrapping the given
list, or null
when list is
null
.protected LongList getLongList()
getLongList
in class AbstractLongListList
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |