Klasse Int2IntMaps.UnmodifyableEntry

java.lang.Object
speiger.src.collections.ints.maps.abstracts.AbstractInt2IntMap.BasicEntry
speiger.src.collections.ints.utils.maps.Int2IntMaps.UnmodifyableEntry
Alle implementierten Schnittstellen:
Map.Entry<Integer,Integer>, Int2IntMap.Entry
Umschließende Klasse:
Int2IntMaps

public static class Int2IntMaps.UnmodifyableEntry extends AbstractInt2IntMap.BasicEntry
The Unmodifyable Entry implementation for the helper function unmodifiableEntry()
  • Methodendetails

    • set

      public void set(int key, int value)
      Beschreibung aus Klasse kopiert: AbstractInt2IntMap.BasicEntry
      A Helper method for fast replacing values
      Setzt außer Kraft:
      set in Klasse AbstractInt2IntMap.BasicEntry
      Parameter:
      key - the key that should be replaced
      value - the value that should be replaced