final class UnionFind[T] extends DatatypeSig

Annotations
@datatype()
Linear Supertypes
DatatypeSig, DatatypeMarker, Immutable, ImmutableMarker, Clonable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnionFind
  2. DatatypeSig
  3. DatatypeMarker
  4. Immutable
  5. ImmutableMarker
  6. Clonable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UnionFind(__elements: HashMap[T, Index], __elementsInverse: IS[Index, T], __parentOf: IS[Index, Index], __sizeOf: IS[Index, Index])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $cannotMixImmutableAndMutable: Nothing
    Attributes
    protected
    Definition Classes
    Immutable
  4. def $clone: ImmutableMarker
    Definition Classes
    ImmutableMarker → Clonable
  5. lazy val $content: Seq[(java.lang.String, Any)]
    Definition Classes
    UnionFindDatatypeSig
  6. def $hasEquals: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  7. def $hasString: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def apply(elements: HashMap[T, Index] = ..., elementsInverse: IS[Index, T] = ..., parentOf: IS[Index, Index] = ..., sizeOf: IS[Index, Index] = ...): UnionFind[T]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  12. def elements: HashMap[T, Index]
  13. def elementsInverse: IS[Index, T]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(o: Any): Boolean
    Definition Classes
    UnionFind → AnyRef → Any
  16. def find(element: T): T
    Annotations
    @pure()
  17. def findCompress(element: T): (UnionFind[T], T)
    Annotations
    @pure()
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def getElements: HashMap[T, Index]
  20. def getElementsInverse: IS[Index, T]
  21. def getParentOf: IS[Index, Index]
  22. def getSizeOf: IS[Index, Index]
  23. def hash: Z
    Definition Classes
    UnionFindDatatypeSig
    Annotations
    @pure()
  24. lazy val hashCode: Int
    Definition Classes
    UnionFind → AnyRef → Any
  25. def inSameSet(element1: T, element2: T): B
    Annotations
    @pure()
  26. def inSameSetCompress(element1: T, element2: T): (UnionFind[T], B)
    Annotations
    @pure()
  27. def isEqual(other: UnionFind[T]): B
    Annotations
    @pure()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def merge(element1: T, element2: T): UnionFind[T]
    Annotations
    @pure()
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def parentOf: IS[Index, Index]
  34. def size: Z
    Annotations
    @pure()
  35. def sizeOf: IS[Index, Index]
  36. def string: String
    Definition Classes
    UnionFindDatatypeSigImmutable
    Annotations
    @pure()
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toST(f: (T) ⇒ ST): ST
    Annotations
    @pure()
  39. def toString(): java.lang.String
    Definition Classes
    UnionFind → AnyRef → Any
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from DatatypeSig

Inherited from DatatypeMarker

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from AnyRef

Inherited from Any

Ungrouped