Package org.jcodings.util
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 org.jcodings.util.Hash.HashEntryIterator
next -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jcodings.util.Hash.HashEntryIterator
hasNext, iterator, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
CaseInsensitiveBytesHashEntryIterator
public CaseInsensitiveBytesHashEntryIterator()
-
-
Method Details
-
next
- Specified by:
nextin interfaceIterator<Hash.HashEntry<V>>- Overrides:
nextin classHash<V>.HashEntryIterator
-