public class Maps
extends Object
Methods that can be used as functional interfaces when dealing with Maps.
-
Nested Class Summary 
Nested Classes
-
Method Summary 
static <V,
T,
K> Map<V,T>
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details 
-
create 
public static <V,
T,
K> Map<V,T> create(K key)
-
createSet 
public static <V,
K> Set<V> createSet(K key)
-
builder 
-
reverse 
public static <K,
V> Map<V,K> reverse(Map<K,V> map)