Package com.hypixel.hytale.common.tuple
Class BoolIntPair
java.lang.Object
com.hypixel.hytale.common.tuple.BoolIntPair
- All Implemented Interfaces:
Comparable<BoolIntPair>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
left
private final boolean left -
right
private final int right
-
-
Constructor Details
-
BoolIntPair
public BoolIntPair(boolean left, int right)
-
-
Method Details
-
getKey
public final boolean getKey() -
getLeft
public boolean getLeft() -
getValue
public final int getValue() -
getRight
public int getRight() -
compareTo
- Specified by:
compareToin interfaceComparable<BoolIntPair>
-
hashCode
public int hashCode() -
equals
-
toString
-
toString
-
of
-