- All Implemented Interfaces:
Iterable<Map.Entry<K,V>>
Associates a generic value of type T with AE keys and makes key/value pairs searchable with fuzzy mode semantics.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
KeyMap
public KeyMap(V defaultValue,
Supplier<V> defaultValueFactory)
-
Method Details
-
-
findPrecise
public V findPrecise(K key)
-
-
isEmpty
public boolean isEmpty()
-
-