Keyset, Serializablepublic class DefaultKeyset extends Object implements Keyset
Keyset interface.| Constructor | Description |
|---|---|
DefaultKeyset(Serializable[] tuple) |
Creates a new keyset object from the given tuple.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
Serializable[] |
getTuple() |
Returns the key set tuple ordered by the respective order by expressions.
|
int |
hashCode() |
public DefaultKeyset(Serializable[] tuple)
tuple - The tuple of the keysetpublic Serializable[] getTuple()
KeysetCopyright © 2014–2020 Blazebit. All rights reserved.