net.obsearch.cache
Class ByteArrayKey

java.lang.Object
  extended by net.obsearch.cache.ByteArrayKey

public class ByteArrayKey
extends Object


Constructor Summary
ByteArrayKey(byte[] key)
           
 
Method Summary
 boolean equals(Object obj)
           
 byte[] getKey()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayKey

public ByteArrayKey(byte[] key)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getKey

public byte[] getKey()


Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.