aQute.libg.map
Class MAP

java.lang.Object
  extended by aQute.libg.map.MAP

public class MAP
extends Object

Easy way to build a map: Map s = MAP.$("a",2).$("b",3);


Nested Class Summary
static class MAP.MAPX<K,V>
           
 
Constructor Summary
MAP()
           
 
Method Summary
static
<Kx,Vx> MAP.MAPX<Kx,Vx>
$(Kx key, Vx value)
           
<K,V> Map<K,V>
dictionary(Dictionary<K,V> dict)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MAP

public MAP()
Method Detail

$

public static <Kx,Vx> MAP.MAPX<Kx,Vx> $(Kx key,
                                        Vx value)

dictionary

public <K,V> Map<K,V> dictionary(Dictionary<K,V> dict)


Copyright © 2014 aQute SARL. All rights reserved.