Modifier and Type | Method and Description |
---|---|
static EmptyTuple |
get() |
int |
getSize()
The number of entries in this tuple, including the head and every entry in
the tail.
|
boolean |
hasTail()
Does this tuple have a tail, or is it terminating.
|
public static EmptyTuple get()
public boolean hasTail()
Tuple