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