public final class LongListList extends AbstractLongListList implements java.io.Serializable
LongList
to the
List
interface.
This implementation delegates most methods
to the provided LongList
implementation in the "obvious" way.Constructor and Description |
---|
LongListList(LongList list)
Creates a
List wrapping
the specified LongList . |
Modifier and Type | Method and Description |
---|---|
protected LongList |
getLongList() |
static java.util.List |
wrap(LongList list)
Create a
List wrapping
the specified LongList . |
add, addAll, equals, get, getLongCollection, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
private LongList _list
public static java.util.List wrap(LongList list)
list
- the (possibly null
)
LongList
to wrapList
wrapping the given
list, or null
when list is
null
.protected LongList getLongList()
getLongList
in class AbstractLongListList
Copyright (c) 2002-2003 - Apache Software Foundation