public class MAP extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MAP.MAPX<K,V> |
Constructor and Description |
---|
MAP() |
Modifier and Type | Method and Description |
---|---|
static <Kx,Vx> MAP.MAPX<Kx,Vx> |
$(Kx key,
Vx value) |
<K,V> Map<K,V> |
dictionary(Dictionary<K,V> dict) |
public static <Kx,Vx> MAP.MAPX<Kx,Vx> $(Kx key, Vx value)
public <K,V> Map<K,V> dictionary(Dictionary<K,V> dict)
Copyright © 2021 aQute SARL. All rights reserved.