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