public interface Tuple
List<Object>
asList()
boolean
equals(Object obj)
int
getSize()
hashCode()
int getSize()
List<Object> asList()
List
boolean equals(Object obj)
Tuples are equal if they have the same size and the corresponding individual values are equal (or null).
equals
Object
int hashCode()
The hash code of a tuple is the exclusive-OR of the hash codes of the individual values (using zero for null values).
hashCode
Copyright © 2016. All rights reserved.