Class TrieEntriesIterator<T,​V>

    • Constructor Detail

      • TrieEntriesIterator

        protected TrieEntriesIterator​(Trie<T> trie)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<T>
      • next

        public V next()
        Specified by:
        next in interface java.util.Iterator<T>
      • mapContent

        protected abstract V mapContent​(T content,
                                        byte[] bytes,
                                        int byteLength)