Package com.ibm.icu.util
Class RangeValueIterator.Element
- java.lang.Object
-
- com.ibm.icu.util.RangeValueIterator.Element
-
- Enclosing interface:
- RangeValueIterator
public static class RangeValueIterator.Element extends Object
Return result wrapper for com.ibm.icu.util.RangeValueIterator. Stores the start and limit of the continous result range and the common value all integers between [start, limit - 1] has.
-
-
Constructor Summary
Constructors Constructor Description Element()
Empty default constructor to make javadoc happy
-