public class Tuple extends AbstractList
modCount
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object |
get(int index) |
int |
hashCode() |
int |
size() |
List |
subList(int fromIndex,
int toIndex) |
add, add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
public Tuple(Object[] contents)
public Object get(int index)
get
in interface List
get
in class AbstractList
public int size()
size
in interface Collection
size
in interface List
size
in class AbstractCollection
public boolean equals(Object o)
equals
in interface Collection
equals
in interface List
equals
in class AbstractList
public int hashCode()
hashCode
in interface Collection
hashCode
in interface List
hashCode
in class AbstractList
public List subList(int fromIndex, int toIndex)
subList
in interface List
subList
in class AbstractList