Interface IntObjectEntry<V>
-
- All Known Implementing Classes:
ConcurrentIntObjectHashMap.SimpleEntry
public interface IntObjectEntry<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
key()
V
value()
-