public abstract class ProtoMap<T,S> extends ProtoObject<ProtoMap<T,S>>
| Modifier | Constructor and Description |
|---|---|
protected |
ProtoMap() |
protected |
ProtoMap(Map<T,S> map) |
| Modifier and Type | Method and Description |
|---|---|
protected S |
add(T key,
S value) |
protected void |
addAll(Map<T,S> map) |
boolean |
contains(T key) |
boolean |
hasInfo() |
boolean |
isEmpty() |
boolean |
isNotEmpty() |
Map<T,S> |
obtain() |
S |
obtain(T key) |
Map<T,S> |
obtainKeys(T... keys) |
int |
size() |
clone, compareTo, equals, hashCode, hasNotInfo, toStringCopyright © 2017. All rights reserved.