public final class LongCollections
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <V> LongObjectMap<V> |
emptyMap()
返回一个不可修改的空白 LongObjectMap 。
|
static <V> LongObjectMap<V> |
unmodifiableMap(LongObjectMap<V> map)
在给定的地图周围创建一个不可修改的包装。
|
public static <V> LongObjectMap<V> emptyMap()
LongObjectMap
。
public static <V> LongObjectMap<V> unmodifiableMap(LongObjectMap<V> map)
Copyright © 2008–2018 The Netty Project. All rights reserved.