public class PerfectMap<T>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PerfectMap.Builder<T>
Builder of perfect map.
|
| Modifier and Type | Method and Description |
|---|---|
T |
get(java.lang.String key)
Returns the value associated with the key.
|
public T get(java.lang.String key)