Modifier and Type | Method and Description |
---|---|
List<Object> |
asList()
View this instance as a list.
|
boolean |
equals(Object obj)
Compare for equality.
|
int |
getSize()
Get the number of values in this tuple.
|
int |
hashCode()
Compute hash code.
|
int getSize()
List<Object> asList()
List
view of this tupleboolean equals(Object obj)
Tuples are equal if they have the same size and the corresponding individual values are equal (or null).
Copyright © 2022. All rights reserved.