| Constructor and Description |
|---|
ShapeMap(ConcurrentNavigableMap<org.mapdb.Fun.Tuple2,Shape> allShapes,
String shapeId) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<Integer,Shape>> |
entrySet() |
Shape |
get(Object key) |
boolean |
isEmpty() |
Set<Integer> |
keySet() |
Shape |
put(Integer key,
Shape value) |
void |
putAll(Map<? extends Integer,? extends Shape> m) |
Shape |
remove(Object key) |
int |
size() |
Collection<Shape> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic ShapeMap(ConcurrentNavigableMap<org.mapdb.Fun.Tuple2,Shape> allShapes, String shapeId)
public boolean containsKey(Object key)
containsKey in interface Map<Integer,Shape>public boolean containsValue(Object value)
containsValue in interface Map<Integer,Shape>Copyright © 2019. All rights reserved.