@Deprecated
public class SingletonList<E>
extends java.util.AbstractList<E>
Constructor and Description |
---|
SingletonList(E o)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
contains(java.lang.Object other)
Deprecated.
|
E |
get(int index)
Deprecated.
|
int |
size()
Deprecated.
|
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public SingletonList(E o)