public class BoolDoublePair implements Comparable
Class BoolDoublePair. Provides booldoublepair functionality for the Hytale server.
java.lang.Object > BoolDoublePair
Field Summary
compare
final
int
compare
Field compare.
that
final
BoolDoublePair
that
Field that.
temp
final
long
temp
Field temp.
Method Detail
BoolDoublePair
public
public
BoolDoublePair
(final boolean left, final double right)
Method BoolDoublePair.
- Parameters:
final booleanleftfinal doubleright
getKey
final
boolean
getKey
()
Method getKey.
getLeft
public
boolean
getLeft
()
Method getLeft.
getValue
final
double
getValue
()
Method getValue.
getRight
public
double
getRight
()
Method getRight.
equals
public
boolean
equals
(@Nullable final Object o)
Method equals.
- Parameters:
@Nullable final Objecto
hashCode
public
int
hashCode
()
Method hashCode.
toString
public
String
toString
()
Method toString.
of
Method of.
- Parameters:
final booleanleftfinal doubleright