Module org.jruby.jcodings
Package org.jcodings.util
Class CaseInsensitiveBytesHash.CaseInsensitiveBytesHashEntryIterator
java.lang.Object
Hash<V>.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, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
CaseInsensitiveBytesHashEntryIterator
public CaseInsensitiveBytesHashEntryIterator()
-
-
Method Details
-
next
- Specified by:
next
in interfaceIterator<Hash.HashEntry<V>>
- Overrides:
next
in classHash<V>.HashEntryIterator
-