|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a list of Integer objects from a specified int up to but not including a given and to.
Field Summary | |
---|---|
def |
contents
|
int |
hashCode
|
Constructor Summary | |
Tuple(def contents)
|
Method Summary | |
---|---|
boolean |
equals(Object that)
|
boolean |
equals(Tuple that)
|
Object |
get(int index)
|
int |
hashCode()
|
int |
size()
|
List |
subList(int fromIndex, int toIndex)
|
Constructor Detail |
---|
public Tuple(def contents)
Method Detail |
---|
public boolean equals(Object that)
public boolean equals(Tuple that)
public Object get(int index)
public int hashCode()
public int size()
public List subList(int fromIndex, int toIndex)