V
- the value type stored in the map.public static interface ShortObjectMap.PrimitiveEntry<V>
ShortObjectMap.entries()
Modifier and Type | Method and Description |
---|---|
short |
key()
Gets the key for this entry.
|
void |
setValue(V value)
Sets the value for this entry.
|
V |
value()
Gets the value for this entry.
|
Copyright © 2008–2017 The Netty Project. All rights reserved.