Package | Description |
---|---|
org.eclipse.collections.impl.bimap.mutable |
This package contains implementations of the
MutableBiMap interface. |
org.eclipse.collections.impl.map.mutable |
This package contains implementations of the
MutableMap interface. |
org.eclipse.collections.impl.map.sorted.mutable |
This package contains implementations of the
MutableSortedMap interface. |
Modifier and Type | Class | Description |
---|---|---|
class |
SynchronizedBiMap<K,V> |
Modifier and Type | Class | Description |
---|---|---|
class |
SynchronizedMutableMap<K,V> |
A synchronized view of a
MutableMap . |
Modifier and Type | Class | Description |
---|---|---|
class |
SynchronizedSortedMap<K,V> |
A synchronized view of a SortedMap.
|
Copyright © 2004–2019. All rights reserved.