org.gudy.azureus2.core3.util
Class ByteArrayHashMap.Entry<S>

java.lang.Object
  extended by org.gudy.azureus2.core3.util.ByteArrayHashMap.Entry<S>
Enclosing class:
ByteArrayHashMap<T>

protected static class ByteArrayHashMap.Entry<S>
extends java.lang.Object


Field Summary
 int hash
           
 byte[] key
           
 ByteArrayHashMap.Entry<S> next
           
 S value
           
 
Method Summary
 byte[] getKey()
           
 S getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public final byte[] key

value

public S value

hash

public final int hash

next

public ByteArrayHashMap.Entry<S> next
Method Detail

getKey

public byte[] getKey()

getValue

public S getValue()