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