Schnittstelle Float2ObjectMap.Entry<V>

Typparameter:
V - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
Map.Entry<Float,V>
Alle bekannten Implementierungsklassen:
AbstractFloat2ObjectMap.BasicEntry, Float2ObjectMaps.UnmodifyableEntry
Umschließende Schnittstelle:
Float2ObjectMap<V>

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

    Modifizierer und Typ
    Methode
    Beschreibung
    float
    Type Specific getKey method that reduces boxing/unboxing
    default Float
     

    Von Schnittstelle geerbte Methoden java.util.Map.Entry

    equals, getValue, hashCode, setValue
  • Methodendetails

    • getFloatKey

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

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