public final class ShortListList extends AbstractShortListList implements java.io.Serializable
ShortList to the
List interface.
This implementation delegates most methods
to the provided ShortList
implementation in the "obvious" way.| Constructor and Description |
|---|
ShortListList(ShortList list)
Creates a
List wrapping
the specified ShortList. |
| Modifier and Type | Method and Description |
|---|---|
protected ShortList |
getShortList() |
static java.util.List |
wrap(ShortList list)
Create a
List wrapping
the specified ShortList. |
add, addAll, equals, get, getShortCollection, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subListadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitprivate ShortList _list
public static java.util.List wrap(ShortList list)
list - the (possibly null)
ShortList to wrapList wrapping the given
list, or null when list is
null.protected ShortList getShortList()
getShortList in class AbstractShortListListCopyright (c) 2002-2003 - Apache Software Foundation