Class UnicodeMap.EntryRange<T>

  • Enclosing class:
    UnicodeMap<T>

    public static class UnicodeMap.EntryRange<T>
    extends java.lang.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!
    • Constructor Summary

      Constructors 
      Constructor Description
      EntryRange()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • codepoint

        public int codepoint
      • codepointEnd

        public int codepointEnd
      • string

        public java.lang.String string
      • value

        public T value
    • Constructor Detail

      • EntryRange

        public EntryRange()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object