public class TUnmodifiableObjectFloatMaps extends Object
| Modifier and Type | Method and Description |
|---|---|
static <K> TObjectFloatMap |
wrap(TObjectFloatMap
Returns an unmodifiable view of the specified Trove Object/primitive map.
|
public static <K> TObjectFloatMap<K> wrap(TObjectFloatMap <K> 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.