Class UnicodeMap.EntryRange<T>

java.lang.Object
com.ibm.icu.dev.util.UnicodeMap.EntryRange<T>
Enclosing class:
UnicodeMap<T>

public static class UnicodeMap.EntryRange<T> extends Object
Struct-like class used to iterate over a UnicodeMap in a for loop. If the value is a string, then codepoint == codepointEnd == -1. Otherwise the string is null; Caution: The contents may change during the iteration!
  • Field Details

    • codepoint

      public int codepoint
    • codepointEnd

      public int codepointEnd
    • string

      public String string
    • value

      public T value
  • Constructor Details

    • EntryRange

      public EntryRange()
  • Method Details