Package com.biglybt.core.util
Class ByteEncodedKeyHashMap<T,S>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<T,S>
-
- com.biglybt.core.util.ByteEncodedKeyHashMap<T,S>
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<T,S>
public class ByteEncodedKeyHashMap<T,S> extends java.util.HashMap<T,S>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ByteEncodedKeyHashMap()
ByteEncodedKeyHashMap(java.util.Map<T,S> map)
-
Method Summary
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-