com.carrotsearch.hppc.mutables
Class DoubleHolder

java.lang.Object
  extended by com.carrotsearch.hppc.mutables.DoubleHolder

public final class DoubleHolder
extends java.lang.Object

double holder.


Field Summary
 double value
           
 
Constructor Summary
DoubleHolder()
           
DoubleHolder(double value)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public double value
Constructor Detail

DoubleHolder

public DoubleHolder()

DoubleHolder

public DoubleHolder(double value)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object


Copyright © 2011 Carrot Search s.c.. All Rights Reserved.