Class ForStStateKeysAndNamespaceIterator<K,​N>

    • Constructor Detail

      • ForStStateKeysAndNamespaceIterator

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