com.carrotsearch.hppc.mutables
Class CharHolder

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

public final class CharHolder
extends java.lang.Object

char holder.


Field Summary
 char value
           
 
Constructor Summary
CharHolder()
           
CharHolder(char 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 char value
Constructor Detail

CharHolder

public CharHolder()

CharHolder

public CharHolder(char 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.