public abstract class TMapRep extends AbstractRootObject implements TMap
| Constructor and Description |
|---|
TMapRep() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
Object |
get(Object key) |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map t) |
void |
readMembers(RootInput in) |
Object |
remove(Object key) |
int |
size() |
Collection |
values() |
dump, getRootClass, readequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRootClasscompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic void readMembers(RootInput in) throws IOException
IOExceptionpublic boolean containsValue(Object value)
containsValue in interface Mappublic boolean containsKey(Object key)
containsKey in interface Mappublic Collection values()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics