Class AbstractForStStateKeysIterator<K>

    • Field Detail

      • state

        @Nonnull
        protected final String state
      • ambiguousKeyPossible

        protected final boolean ambiguousKeyPossible
      • keyGroupPrefixBytes

        protected final int keyGroupPrefixBytes
    • Constructor Detail

      • AbstractForStStateKeysIterator

        public AbstractForStStateKeysIterator​(@Nonnull
                                              ForStIteratorWrapper iterator,
                                              @Nonnull
                                              String state,
                                              @Nonnull
                                              TypeSerializer<K> keySerializer,
                                              int keyGroupPrefixBytes,
                                              boolean ambiguousKeyPossible)