org.apache.commons.collections.primitives.adapters
final class NonSerializableIntListList extends AbstractIntListList
Constructor and Description |
---|
NonSerializableIntListList(IntList list)
Creates a
List wrapping
the specified IntList . |
Modifier and Type | Method and Description |
---|---|
protected IntList |
getIntList() |
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
private IntList _list
protected IntList getIntList()
getIntList
in class AbstractIntListList
Copyright (c) 2002-2003 - Apache Software Foundation