V - the value type stored in the map.public static interface IntObjectMap.Entry<V>
| 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–2018 The Netty Project. All rights reserved.