Class Range.FullRange

java.lang.Object
com.itextpdf.layout.font.Range
com.itextpdf.layout.font.Range.FullRange
Enclosing class:
Range

static class Range.FullRange extends Range
  • Constructor Details

    • FullRange

      FullRange()
  • Method Details

    • 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(Object o)
      Overrides:
      equals in class Range
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Range