Package io.activej.aggregation
Class PrimaryKey
java.lang.Object
io.activej.aggregation.PrimaryKey
- All Implemented Interfaces:
Comparable<PrimaryKey>
-
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(@NotNull PrimaryKey o) booleanget(int index) Object[]getArray()inthashCode()booleanisEmpty()static PrimaryKeystatic PrimaryKeystatic PrimaryKeyprefix(int size) intsize()toString()values()
-
Method Details
-
ofList
-
ofObject
-
ofArray
-
get
-
prefix
-
values
-
getArray
-
size
public int size() -
isEmpty
public boolean isEmpty() -
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<PrimaryKey>
-
toString
-