V
- the value type stored in the map.public static interface IntObjectMap.PrimitiveEntry<V>
IntObjectMap.entries()
Modifier and Type | Method and Description |
---|---|
int |
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.