public class TableMap<P extends Persistent> extends Object implements Map<Integer,P>
| Constructor and Description |
|---|
TableMap()
Constructor.
|
TableMap(Table<P> t)
Constructor given a Table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<Integer,P>> |
entrySet() |
P |
get(Object key) |
Table<P> |
getTable() |
boolean |
isEmpty() |
Set<Integer> |
keySet() |
P |
put(Integer arg0,
Persistent arg1) |
void |
putAll(Map<? extends Integer,? extends P> arg0) |
P |
remove(Object key) |
void |
setTable(Table<P> table) |
int |
size() |
Collection<P> |
values() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic void clear()
clear in interface Map<Integer,P extends Persistent>Map.clear()public boolean containsKey(Object key)
containsKey in interface Map<Integer,P extends Persistent>Map.containsKey(java.lang.Object)public boolean containsValue(Object value)
containsValue in interface Map<Integer,P extends Persistent>Map.containsValue(java.lang.Object)public Set<Map.Entry<Integer,P>> entrySet()
entrySet in interface Map<Integer,P extends Persistent>Map.entrySet()public P get(Object key)
get in interface Map<Integer,P extends Persistent>Map.get(java.lang.Object)public boolean isEmpty()
isEmpty in interface Map<Integer,P extends Persistent>Map.isEmpty()public Set<Integer> keySet()
keySet in interface Map<Integer,P extends Persistent>Map.keySet()public P put(Integer arg0, Persistent arg1)
put in interface Map<Integer,P extends Persistent>Map.put(K, V)public P remove(Object key)
remove in interface Map<Integer,P extends Persistent>Map.remove(java.lang.Object)public int size()
size in interface Map<Integer,P extends Persistent>Map.size()public Collection<P> values()
values in interface Map<Integer,P extends Persistent>Map.values()Copyright © 2000–2021 PanEris. All rights reserved.