Packages

final case class IChar(set: IntervalSet[UChar]) extends Ordered[IChar] with Product with Serializable

IChar is a code point interval set with extra information.

Linear Supertypes
Serializable, Product, Equals, Ordered[IChar], Comparable[IChar], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IChar
  2. Serializable
  3. Product
  4. Equals
  5. Ordered
  6. Comparable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IChar(set: IntervalSet[UChar])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def <(that: IChar): Boolean
    Definition Classes
    Ordered
  4. def <=(that: IChar): Boolean
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >(that: IChar): Boolean
    Definition Classes
    Ordered
  7. def >=(that: IChar): Boolean
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. def compare(that: IChar): Int

    Compares to other code point interval set.

    Compares to other code point interval set.

    Definition Classes
    IChar → Ordered
  11. def compareTo(that: IChar): Int
    Definition Classes
    Ordered → Comparable
  12. def complement(unicode: Boolean): IChar

    Computes a complement of this interval set.

  13. def contains(value: UChar): Boolean

    Checks whether the character is contained in this interval set or not.

  14. def diff(that: IChar): IChar

    Computes a difference interval set.

  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def head: UChar

    Gets the first code point of this interval set.

    Gets the first code point of this interval set.

    If this interval set is empty, it throws a NoSuchElementException.

  18. def isEmpty: Boolean

    Checks whether this interval set is empty or not.

  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def nonEmpty: Boolean

    Negates isEmpty.

  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. def partition(that: IChar): Partition[IChar]

    Computes a partition of two interval sets.

  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. val set: IntervalSet[UChar]
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    IChar → AnyRef → Any
  29. def union(that: IChar): IChar

    Computes a union of two interval sets.

  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Ordered[IChar]

Inherited from Comparable[IChar]

Inherited from AnyRef

Inherited from Any

Ungrouped