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