Class Range.FullRange

  • Enclosing class:
    Range

    static class Range.FullRange
    extends Range
    • Constructor Summary

      Constructors 
      Constructor Description
      FullRange()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean contains​(int uni)
      Binary search over ordered segments.
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FullRange

        FullRange()
    • Method Detail

      • contains

        public boolean contains​(int uni)
        Description copied from class: Range
        Binary search over ordered segments.
        Overrides:
        contains in class Range
        Parameters:
        uni - numeric character reference based on the character's Unicode code point
        Returns:
        true if this Range contains the specified code point, otherwise false
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class Range
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Range
      • toString

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