MutableSortedMap interface.See: Description
| Class | Description |
|---|---|
| AbstractMutableSortedMap<K,V> | |
| MutableSortedMapFactoryImpl | |
| SortedMapAdapter<K,V> |
This class provides a MutableSortedMap wrapper around a JDK Collections SortedMap interface instance.
|
| SynchronizedSortedMap<K,V> |
A synchronized view of a SortedMap.
|
| TreeSortedMap<K,V> | |
| UnmodifiableSortedMap<K,V> |
An unmodifiable view of a SortedMap.
|
| UnmodifiableTreeMap<K,V> |
An unmodifiable view of a map.
|
MutableSortedMap interface.
This package contains the following implementations:
SortedMapAdapter - a MutableSortedMap wrapper around a SortedMap interface instance.
SynchronizedSortedMap - a synchronized view of a SortedMap.
UnmodifiableSortedMap - an unmodifiable view of a SortedMap.
UnmodifiableTreeMap - an unmodifiable view of a SortedMap.
This package contains one factory implementation:
MutableSortedMapFactoryImpl - a factory which creates instances of type MutableSortedMap.
Copyright © 2004–2022. All rights reserved.