Package com.biglybt.core.util
Class ByteArrayHashMap.Entry<S>
java.lang.Object
com.biglybt.core.util.ByteArrayHashMap.Entry<S>
- Enclosing class:
- ByteArrayHashMap<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
public final byte[] key -
value
-
hash
public final int hash -
next
-
-
Constructor Details
-
Entry
Entry(int h, byte[] k, S v, ByteArrayHashMap.Entry<S> n) Create new entry.
-
-
Method Details
-
getKey
public byte[] getKey() -
getValue
-