Package aQute.libg.map
Class MAP
java.lang.Object
aQute.libg.map.MAP
Easy way to build a map: Map<String,Integer> s = MAP.$("a",2).$("b",3);
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <Kx,
Vx> MAP.MAPX<Kx, Vx> $
(Kx key, Vx value) <K,
V> Map<K, V> dictionary
(Dictionary<K, V> dict)
-
Constructor Details
-
MAP
public MAP()
-
-
Method Details
-
$
-
dictionary
-