public class TUnmodifiableFloatObjectMaps extends Object
| Modifier and Type | Method and Description |
|---|---|
static <V> TFloatObjectMap |
wrap(TFloatObjectMap
Returns an unmodifiable view of the specified Trove primitive/Object map.
|
public static <V> TFloatObjectMap<V> wrap(TFloatObjectMap <V> m)
The returned map will be serializable if the specified map is serializable.
m - the map for which an unmodifiable view is to be returned.