org.biojava.utils
Class SingletonList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList
org.biojava.utils.SingletonList
- All Implemented Interfaces:
- Serializable, Iterable, Collection, List
public class SingletonList
- extends AbstractList
- implements Serializable
- Author:
- Matthew Pocock
- See Also:
- Serialized Form
Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
SingletonList
public SingletonList(Object obj)
size
public int size()
- Specified by:
size
in interface Collection
- Specified by:
size
in interface List
- Specified by:
size
in class AbstractCollection
get
public Object get(int i)
throws IndexOutOfBoundsException
- Specified by:
get
in interface List
- Specified by:
get
in class AbstractList
- Throws:
IndexOutOfBoundsException