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