|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.collections.primitives.adapters.AbstractShortCollectionCollection
org.apache.commons.collections.primitives.adapters.AbstractShortListList
org.apache.commons.collections.primitives.adapters.NonSerializableShortListList
final class NonSerializableShortListList
Field Summary | |
---|---|
private ShortList |
_list
|
Constructor Summary | |
---|---|
NonSerializableShortListList(ShortList list)
Creates a List wrapping
the specified ShortList . |
Method Summary | |
---|---|
protected ShortList |
getShortList()
|
Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractShortListList |
---|
add, addAll, equals, get, getShortCollection, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList |
Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractShortCollectionCollection |
---|
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 ShortList _list
Constructor Detail |
---|
public NonSerializableShortListList(ShortList list)
List
wrapping
the specified ShortList
.
Method Detail |
---|
protected ShortList getShortList()
getShortList
in class AbstractShortListList
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |