Schnittstelle Char2ObjectMap.Entry<V>

Typparameter:
V - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
Map.Entry<Character,V>
Alle bekannten Implementierungsklassen:
AbstractChar2ObjectMap.BasicEntry, Char2ObjectMaps.UnmodifyableEntry
Umschließende Schnittstelle:
Char2ObjectMap<V>

public static interface Char2ObjectMap.Entry<V> extends Map.Entry<Character,V>
Type Specific Map Entry that reduces boxing/unboxing
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    char
    Type Specific getKey method that reduces boxing/unboxing
    default Character
     

    Von Schnittstelle geerbte Methoden java.util.Map.Entry

    equals, getValue, hashCode, setValue
  • Methodendetails

    • getCharKey

      char getCharKey()
      Type Specific getKey method that reduces boxing/unboxing
      Gibt zurück:
      the key of a given Entry
    • getKey

      default Character getKey()
      Angegeben von:
      getKey in Schnittstelle Map.Entry<Character,V>