Class AbstractMutableBooleanValuesMap.SentinelValues

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues
org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableBooleanValuesMap.SentinelValues
Enclosing class:
AbstractMutableBooleanValuesMap

protected static class AbstractMutableBooleanValuesMap.SentinelValues extends AbstractSentinelValues
  • Field Details

    • zeroValue

      protected boolean zeroValue
    • oneValue

      protected boolean oneValue
  • Constructor Details

    • SentinelValues

      protected SentinelValues()
  • Method Details

    • containsValue

      public boolean containsValue(boolean value)