Klasse AbstractDouble2ObjectMap.BasicEntry<V>

java.lang.Object
speiger.src.collections.doubles.maps.abstracts.AbstractDouble2ObjectMap.BasicEntry<V>
Typparameter:
V - the keyType of elements maintained by this Collection
Alle implementierten Schnittstellen:
Map.Entry<Double,V>, Double2ObjectMap.Entry<V>
Bekannte direkte Unterklassen:
Double2ObjectMaps.UnmodifyableEntry
Umschließende Klasse:
AbstractDouble2ObjectMap<V>

public static class AbstractDouble2ObjectMap.BasicEntry<V> extends Object implements Double2ObjectMap.Entry<V>
A Simple Type Specific Entry class to reduce boxing/unboxing
  • Konstruktordetails

    • BasicEntry

      public BasicEntry()
      A basic Empty constructor
    • BasicEntry

      public BasicEntry(Double key, V value)
      A Boxed Constructor for supporting java variants
      Parameter:
      key - the key of a entry
      value - the value of a entry
    • BasicEntry

      public BasicEntry(double key, V value)
      A Type Specific Constructor
      Parameter:
      key - the key of a entry
      value - the value of a entry
  • Methodendetails