Uses of Class
com.github.andrewoma.dexx.collection.internal.hashmap.HashTrieMap
-
Packages that use HashTrieMap Package Description com.github.andrewoma.dexx.collection.internal.hashmap -
-
Uses of HashTrieMap in com.github.andrewoma.dexx.collection.internal.hashmap
Methods in com.github.andrewoma.dexx.collection.internal.hashmap that return HashTrieMap Modifier and Type Method Description protected static <K,V>
HashTrieMap<K,V>CompactHashMap. makeHashTrieMap(int hash0, CompactHashMap<K,V> elem0, int hash1, CompactHashMap<K,V> elem1, int level, int size)
-