public class SingletonMap<K,V> extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
SingletonMap.Builder<K,V> |
| Constructor and Description |
|---|
SingletonMap(SingletonMap.Builder<K,V> builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
V |
getInstance(K key) |
V |
remove(K key) |
Copyright © 2018. All rights reserved.