public final class ShortCollections extends Object
Modifier and Type | Method and Description |
---|---|
static <V> ShortObjectMap<V> |
emptyMap()
Returns an unmodifiable empty
ShortObjectMap . |
static <V> ShortObjectMap<V> |
unmodifiableMap(ShortObjectMap<V> map)
Creates an unmodifiable wrapper around the given map.
|
public static <V> ShortObjectMap<V> emptyMap()
ShortObjectMap
.public static <V> ShortObjectMap<V> unmodifiableMap(ShortObjectMap<V> map)
Copyright © 2008–2017 The Netty Project. All rights reserved.