- Type Parameters:
K - the type of keys
V - the type of values
- All Implemented Interfaces:
Function<K,V>
A class that implements a
Function interface using an internal map.
-
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
-
MapFunction
public MapFunction()
-
-
Method Details
-
putNew
public void putNew(K key,
V value)
-
-
-