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