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
Ordering
- Alphabetic
- By Inheritance
Inherited
- IChar
- Serializable
- Product
- Equals
- Ordered
- Comparable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new IChar(set: IntervalSet[UChar])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def <(that: IChar): Boolean
- Definition Classes
- Ordered
- def <=(that: IChar): Boolean
- Definition Classes
- Ordered
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >(that: IChar): Boolean
- Definition Classes
- Ordered
- def >=(that: IChar): Boolean
- Definition Classes
- Ordered
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def compare(that: IChar): Int
Compares to other code point interval set.
Compares to other code point interval set.
- Definition Classes
- IChar → Ordered
- def compareTo(that: IChar): Int
- Definition Classes
- Ordered → Comparable
- def complement(unicode: Boolean): IChar
Computes a complement of this interval set.
- def contains(value: UChar): Boolean
Checks whether the character is contained in this interval set or not.
- def diff(that: IChar): IChar
Computes a difference interval set.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- 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.
- def isEmpty: Boolean
Checks whether this interval set is empty or not.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonEmpty: Boolean
Negates isEmpty.
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def partition(that: IChar): Partition[IChar]
Computes a partition of two interval sets.
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val set: IntervalSet[UChar]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- IChar → AnyRef → Any
- def union(that: IChar): IChar
Computes a union of two interval sets.
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated