org.apache.commons.collections.primitives.adapters
Class NonSerializableShortListList

java.lang.Object
  extended by org.apache.commons.collections.primitives.adapters.AbstractShortCollectionCollection
      extended by org.apache.commons.collections.primitives.adapters.AbstractShortListList
          extended by org.apache.commons.collections.primitives.adapters.NonSerializableShortListList
All Implemented Interfaces:
java.lang.Iterable, java.util.Collection, java.util.List

final class NonSerializableShortListList
extends AbstractShortListList

Since:
Commons Primitives 1.0
Version:
$Revision: 1.3 $ $Date: 2003/10/16 20:49:39 $
Author:
Rodney Waldhoff

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

_list

private ShortList _list
Constructor Detail

NonSerializableShortListList

public NonSerializableShortListList(ShortList list)
Creates a List wrapping the specified ShortList.

Method Detail

getShortList

protected ShortList getShortList()
Specified by:
getShortList in class AbstractShortListList


Copyright (c) 2002-2003 - Apache Software Foundation