Class CaseInsensitiveBytesHash.CaseInsensitiveBytesHashEntryIterator
java.lang.Object
Hash<V>.org.jcodings.util.Hash.HashEntryIterator
org.jcodings.util.CaseInsensitiveBytesHash.CaseInsensitiveBytesHashEntryIterator
- All Implemented Interfaces:
Iterable<Hash.HashEntry<V>>, Iterator<Hash.HashEntry<V>>
- Enclosing class:
CaseInsensitiveBytesHash<V>
public class CaseInsensitiveBytesHash.CaseInsensitiveBytesHashEntryIterator
extends Hash<V>.HashEntryIterator
-
Field Summary
Fields inherited from class Hash.HashEntryIterator
next -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Hash.HashEntryIterator
hasNext, iterator, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
CaseInsensitiveBytesHashEntryIterator
public CaseInsensitiveBytesHashEntryIterator()
-
-
Method Details
-
next
- Specified by:
nextin interfaceIterator<Hash.HashEntry<V>>- Overrides:
nextin classHash<V>.HashEntryIterator
-