com.carrotsearch.hppc.mutables
Class ShortHolder

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

public final class ShortHolder
extends java.lang.Object

short holder.


Field Summary
 short value
           
 
Constructor Summary
ShortHolder()
           
ShortHolder(short 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 short value
Constructor Detail

ShortHolder

public ShortHolder()

ShortHolder

public ShortHolder(short 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.