-
Nested Class Summary
Nested Classes
static interface
static class
-
Method Summary
void
boolean
boolean
boolean
boolean
move(K key,
S oldShape,
S newShape,
V newValue)
put(K key,
S shape,
V newValue)
int
-
Method Details
-
isEmpty
boolean isEmpty()
-
-
containsKey
boolean containsKey(K key,
S shape)
-
containsKey
boolean containsKey(Object key)
-
containsValue
boolean containsValue(Object value)
-
-
-
put
V put(K key,
S shape,
V newValue)
-
move
V move(K key,
S oldShape,
S newShape,
V newValue)
-
-
-
-
-