Module org.jruby.jcodings
Package org.jcodings.util
Class CaseInsensitiveBytesHash.CaseInsensitiveBytesHashEntryIterator
- java.lang.Object
-
- 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.HashEntryIterator
-
-
Constructor Summary
Constructors Constructor Description CaseInsensitiveBytesHashEntryIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CaseInsensitiveBytesHash.CaseInsensitiveBytesHashEntry<V>next()-
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
-
-
-
-
Method Detail
-
next
public CaseInsensitiveBytesHash.CaseInsensitiveBytesHashEntry<V> next()
- Specified by:
nextin interfaceIterator<Hash.HashEntry<V>>- Overrides:
nextin classHash.HashEntryIterator
-
-