Interface Object2ObjectMap.Entry<K,​V>

  • All Superinterfaces:
    java.util.Map.Entry<K,​V>
    All Known Implementing Classes:
    AbstractObject2ObjectMap.BasicEntry
    Enclosing interface:
    Object2ObjectMap<K,​V>

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

      • Methods inherited from interface java.util.Map.Entry

        equals, getKey, getValue, hashCode, setValue