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 continuous result range and the common value all integers between [start, limit - 1] has.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    (End + 1) integer of continuous result range that has the same value
    int
    Starting integer of the continuous result range that has the same value
    int
    Gets the common value of the continuous result range
  • Constructor Summary

    Constructors
    Constructor
    Description
    Empty default constructor to make javadoc happy
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • start

      public int start
      Starting integer of the continuous result range that has the same value
    • limit

      public int limit
      (End + 1) integer of continuous result range that has the same value
    • value

      public int value
      Gets the common value of the continuous result range
  • Constructor Details

    • Element

      public Element()
      Empty default constructor to make javadoc happy