|
|||||||||
| 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.NonSerializableIntListList
final class NonSerializableIntListList
| Field Summary | |
|---|---|
private IntList |
_list
|
| Constructor Summary | |
|---|---|
NonSerializableIntListList(IntList list)
Creates a List wrapping
the specified IntList. |
|
| Method Summary | |
|---|---|
protected IntList |
getIntList()
|
| 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 NonSerializableIntListList(IntList list)
List wrapping
the specified IntList.
| Method Detail |
|---|
protected IntList getIntList()
getIntList in class AbstractIntListList
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||