public final class PrimitiveCollections extends Object
Modifier and Type | Method and Description |
---|---|
static <V> IntObjectMap<V> |
emptyIntObjectMap()
Returns an unmodifiable empty
IntObjectMap . |
static <V> IntObjectMap<V> |
unmodifiableIntObjectMap(IntObjectMap<V> map)
Creates an unmodifiable wrapper around the given map.
|
public static <V> IntObjectMap<V> emptyIntObjectMap()
IntObjectMap
.public static <V> IntObjectMap<V> unmodifiableIntObjectMap(IntObjectMap<V> map)
Copyright © 2008–2015 The Netty Project. All rights reserved.