final class UnionFind[T] extends DatatypeSig
- Annotations
- @datatype()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnionFind
- DatatypeSig
- DatatypeMarker
- Immutable
- ImmutableMarker
- Clonable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
$cannotMixImmutableAndMutable: Nothing
- Attributes
- protected
- Definition Classes
- Immutable
-
def
$clone: ImmutableMarker
- Definition Classes
- ImmutableMarker → Clonable
-
lazy val
$content: Seq[(java.lang.String, Any)]
- Definition Classes
- UnionFind → DatatypeSig
-
def
$hasEquals: Boolean
- Attributes
- protected
- Definition Classes
- Immutable
-
def
$hasString: Boolean
- Attributes
- protected
- Definition Classes
- Immutable
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(elements: HashMap[T, Index] = ..., elementsInverse: IS[Index, T] = ..., parentOf: IS[Index, Index] = ..., sizeOf: IS[Index, Index] = ...): UnionFind[T]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def elements: HashMap[T, Index]
- def elementsInverse: IS[Index, T]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(o: Any): Boolean
- Definition Classes
- UnionFind → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
find(element: T): T
- Annotations
- @pure()
-
def
findCompress(element: T): (UnionFind[T], T)
- Annotations
- @pure()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getElements: HashMap[T, Index]
- def getElementsInverse: IS[Index, T]
- def getParentOf: IS[Index, Index]
- def getSizeOf: IS[Index, Index]
-
def
hash: Z
- Definition Classes
- UnionFind → DatatypeSig
- Annotations
- @pure()
-
lazy val
hashCode: Int
- Definition Classes
- UnionFind → AnyRef → Any
-
def
inSameSet(element1: T, element2: T): B
- Annotations
- @pure()
-
def
inSameSetCompress(element1: T, element2: T): (UnionFind[T], B)
- Annotations
- @pure()
-
def
isEqual(other: UnionFind[T]): B
- Annotations
- @pure()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
merge(element1: T, element2: T): UnionFind[T]
- Annotations
- @pure()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parentOf: IS[Index, Index]
-
def
size: Z
- Annotations
- @pure()
- def sizeOf: IS[Index, Index]
-
def
string: String
- Definition Classes
- UnionFind → DatatypeSig → Immutable
- Annotations
- @pure()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toST(f: (T) ⇒ ST): ST
- Annotations
- @pure()
-
def
toString(): java.lang.String
- Definition Classes
- UnionFind → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )