Uses of Class
com.biglybt.core.util.ByteArrayHashMap.Entry
Packages that use ByteArrayHashMap.Entry
-
Uses of ByteArrayHashMap.Entry in com.biglybt.core.util
Fields in com.biglybt.core.util declared as ByteArrayHashMap.EntryModifier and TypeFieldDescriptionByteArrayHashMap.Entry.next
protected ByteArrayHashMap.Entry<T>[]
ByteArrayHashMap.table
Methods in com.biglybt.core.util that return ByteArrayHashMap.EntryModifier and TypeMethodDescription(package private) ByteArrayHashMap.Entry<T>
ByteArrayHashMap.removeEntryForKey
(byte[] key) Methods in com.biglybt.core.util with parameters of type ByteArrayHashMap.EntryModifier and TypeMethodDescription(package private) void
ByteArrayHashMap.transfer
(ByteArrayHashMap.Entry<T>[] newTable) Constructors in com.biglybt.core.util with parameters of type ByteArrayHashMap.EntryModifierConstructorDescription(package private)
Entry
(int h, byte[] k, S v, ByteArrayHashMap.Entry<S> n) Create new entry.