| Package | Description |
|---|---|
| org.eclipse.collections.impl.map.sorted.mutable |
This package contains implementations of the
MutableSortedMap interface. |
| Modifier and Type | Method and Description |
|---|---|
static <K,V,M extends SortedMap<K,V>> |
UnmodifiableTreeMap.of(M map)
This method will take a MutableSortedMap and wrap it directly in a UnmodifiableMutableMap.
|
Copyright © 2004–2022. All rights reserved.