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