Uses of Class
fj.data.HashMap
Packages that use HashMap
-
Uses of HashMap in fj.data
Modifier and TypeMethodDescriptionstatic <K,V> HashMap <K, V> HashMap.arrayHashMap(Equal<K> equal, Hash<K> hash, P2<K, V>... entries) Converts the array to a HashMapstatic <K,V> HashMap <K, V> HashMap.arrayHashMap(P2<K, V>... entries) Converts the array to a HashMapstatic <K,V> HashMap <K, V> static <K,V> HashMap <K, V> static <K,V> HashMap <K, V> HashMap.hashMap()Construct a hash map that usesObject.equals(Object)andObject.hashCode().static <K,V> HashMap <K, V> Construct a hash map.static <K,V> HashMap <K, V> HashMap.iterableHashMap(Equal<K> equal, Hash<K> hash, Iterable<P2<K, V>> entries) Converts the Iterable to a HashMapstatic <K,V> HashMap <K, V> HashMap.iterableHashMap(Iterable<P2<K, V>> entries) Converts the Iterable to a HashMapstatic <K,V> HashMap <K, V> HashMap.iteratorHashMap(Equal<K> equal, Hash<K> hash, Iterator<P2<K, V>> entries) Converts the Iterator to a HashMapstatic <K,V> HashMap <K, V> HashMap.iteratorHashMap(Iterator<P2<K, V>> entries) Converts the Iterator to a HashMap<A,B> HashMap <A, B> <A,B> HashMap <A, B> <A,B> HashMap <A, B> <A,B> HashMap <A, B>