Class UnicodeMap.EntryRanges
java.lang.Object
com.ibm.icu.impl.UnicodeMap.EntryRanges
- All Implemented Interfaces:
Iterable<UnicodeMap.EntryRange<T>>, Iterator<UnicodeMap.EntryRange<T>>
- Enclosing class:
UnicodeMap<T>
private class UnicodeMap.EntryRanges
extends Object
implements Iterable<UnicodeMap.EntryRange<T>>, Iterator<UnicodeMap.EntryRange<T>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods 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
-
Field Details
-
pos
private int pos -
result
-
lastRealRange
private int lastRealRange -
stringIterator
-
-
Constructor Details
-
EntryRanges
private EntryRanges()
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<UnicodeMap.EntryRange<T>>
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<UnicodeMap.EntryRange<T>>
-
next
- Specified by:
nextin interfaceIterator<UnicodeMap.EntryRange<T>>
-
remove
public void remove()- Specified by:
removein interfaceIterator<UnicodeMap.EntryRange<T>>
-