com.carrotsearch.hppc.mutables
Class ByteHolder

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

public final class ByteHolder
extends java.lang.Object

byte holder.


Field Summary
 byte value
           
 
Constructor Summary
ByteHolder()
           
ByteHolder(byte 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 byte value
Constructor Detail

ByteHolder

public ByteHolder()

ByteHolder

public ByteHolder(byte 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.