Class LabeledIntTreeMap.LabeledIntTreeMapView

All Implemented Interfaces:
LabeledIntMap, LabeledIntMap.LabeledIntMapView, Serializable
Enclosing class:
LabeledIntTreeMap

public static class LabeledIntTreeMap.LabeledIntTreeMapView extends LabeledIntTreeMap implements LabeledIntMap.LabeledIntMapView
A read-only view of an object
Author:
posenato
See Also:
  • Constructor Details

    • LabeledIntTreeMapView

      public LabeledIntTreeMapView(LabeledIntTreeMap inputMap)
      Parameters:
      inputMap - input
  • Method Details

    • putForcibly

      public void putForcibly(@Nonnull Label l, int i)
      Object Read-only. It does nothing.
      Specified by:
      putForcibly in interface LabeledIntMap
      Overrides:
      putForcibly in class LabeledIntTreeMap
      Parameters:
      l - a Label object.
      i - the new value. If it is Constants#INT_NULL, the method does nothing.