|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.collections.primitives.adapters.AbstractIntCollectionCollection
org.apache.commons.collections.primitives.adapters.AbstractIntListList
org.apache.commons.collections.primitives.adapters.IntListList
public final class IntListList
Adapts an IntList
to the
List
interface.
IntList
implementation in the "obvious" way.
Field Summary | |
---|---|
private IntList |
_list
|
Constructor Summary | |
---|---|
IntListList(IntList list)
Creates a List wrapping
the specified IntList . |
Method Summary | |
---|---|
protected IntList |
getIntList()
|
static java.util.List |
wrap(IntList list)
Create a List wrapping
the specified IntList . |
Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractIntListList |
---|
add, addAll, equals, get, getIntCollection, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList |
Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractIntCollectionCollection |
---|
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 IntList _list
Constructor Detail |
---|
public IntListList(IntList list)
List
wrapping
the specified IntList
.
wrap(org.apache.commons.collections.primitives.IntList)
Method Detail |
---|
public static java.util.List wrap(IntList list)
List
wrapping
the specified IntList
. When
the given list is null
,
returns null
.
list
- the (possibly null
)
IntList
to wrap
List
wrapping the given
list, or null
when list is
null
.protected IntList getIntList()
getIntList
in class AbstractIntListList
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |