Class ByteObjectHashMap.SentinelValues<V>

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues
org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMap.SentinelValues<V>
Enclosing class:
ByteObjectHashMap<V>

private static final class ByteObjectHashMap.SentinelValues<V> extends AbstractSentinelValues
  • Field Details

    • zeroValue

      private V zeroValue
    • oneValue

      private V oneValue
  • Constructor Details

    • SentinelValues

      private SentinelValues()
  • Method Details