BoolDoublePair

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 boolean left
final double right

getKey

final boolean getKey ()

Method getKey.

getLeft

public boolean getLeft ()

Method getLeft.

getValue

final double getValue ()

Method getValue.

getRight

public double getRight ()

Method getRight.

compareTo

public int compareTo (@Nonnull final BoolDoublePair other)

Method compareTo.

Parameters:
@Nonnull final BoolDoublePair other

equals

public boolean equals (@Nullable final Object o)

Method equals.

Parameters:
@Nullable final Object o

hashCode

public int hashCode ()

Method hashCode.

toString

public String toString ()

Method toString.

of

static BoolDoublePair of (final boolean left, final double right)

Method of.

Parameters:
final boolean left
final double right