Interface Int2ObjectMap.Entry<V>

All Superinterfaces:
Map.Entry<Integer,V>
All Known Implementing Classes:
AbstractInt2ObjectMap.BasicEntry
Enclosing interface:
Int2ObjectMap<V>

public static interface Int2ObjectMap.Entry<V> extends Map.Entry<Integer,V>
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the key corresponding to this entry.
    default Integer
    Deprecated.
    Please use the corresponding type-specific method instead.

    Methods inherited from interface java.util.Map.Entry

    equals, getValue, hashCode, setValue