Package org.jcodings.util
Class CaseInsensitiveBytesHash.CaseInsensitiveBytesHashEntryIterator
- java.lang.Object
-
- org.jcodings.util.Hash.HashEntryIterator
-
- org.jcodings.util.CaseInsensitiveBytesHash.CaseInsensitiveBytesHashEntryIterator
-
- All Implemented Interfaces:
java.lang.Iterable<Hash.HashEntry<V>>
,java.util.Iterator<Hash.HashEntry<V>>
- Enclosing class:
- CaseInsensitiveBytesHash<V>
public class CaseInsensitiveBytesHash.CaseInsensitiveBytesHashEntryIterator extends Hash.HashEntryIterator
-
-
Field Summary
-
Fields inherited from class org.jcodings.util.Hash.HashEntryIterator
next
-
-
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
-
-
-
-
Method Detail
-
next
public CaseInsensitiveBytesHash.CaseInsensitiveBytesHashEntry<V> next()
- Specified by:
next
in interfacejava.util.Iterator<Hash.HashEntry<V>>
- Overrides:
next
in classHash.HashEntryIterator
-
-