Class ImmutableByteMapKeySet

All Implemented Interfaces:
Serializable, ByteIterable, ImmutableByteCollection, PrimitiveIterable, ByteSet, ImmutableByteSet

class ImmutableByteMapKeySet extends AbstractImmutableByteSet implements Serializable
This file was automatically generated from template file immutablePrimitiveMapKeySet.stg
Since:
6.0.
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • EMPTY_KEY

      private static final byte EMPTY_KEY
      See Also:
    • REMOVED_KEY

      private static final byte REMOVED_KEY
      See Also:
    • CACHE_LINE_SIZE

      private static final int CACHE_LINE_SIZE
      See Also:
    • KEY_SIZE

      private static final int KEY_SIZE
      See Also:
    • INITIAL_LINEAR_PROBE

      private static final int INITIAL_LINEAR_PROBE
      See Also:
    • keys

      private final byte[] keys
    • occupiedWithData

      private final int occupiedWithData
    • containsZeroKey

      private final boolean containsZeroKey
    • containsOneKey

      private final boolean containsOneKey
  • Constructor Details

    • ImmutableByteMapKeySet

      ImmutableByteMapKeySet(byte[] keys, int occupiedWithData, boolean containsZeroKey, boolean containsOneKey)
  • Method Details