|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--Opus5.AbstractObject
|
+--Opus5.AbstractContainer
|
+--Opus5.AbstractSearchableContainer
|
+--Opus5.AbstractSet
|
+--Opus5.PartitionAsForest
|
+--Opus5.PartitionAsForestV2
|
+--Opus5.PartitionAsForestV3
A partition implemented as a forest of trees. Implements "union-by-rank".
| Inner classes inherited from class Opus5.PartitionAsForest |
PartitionAsForest.PartitionTree |
| Fields inherited from class Opus5.PartitionAsForest |
array |
| Fields inherited from class Opus5.AbstractSet |
universeSize |
| Fields inherited from class Opus5.AbstractContainer |
count |
| Fields inherited from interface Opus5.Partition |
copyright |
| Constructor Summary | |
PartitionAsForestV3(int n)
Constructs a PartitionAsForestV3
with the specified size of universal set. |
|
| Method Summary | |
void |
join(Set s,
Set t)
Joins the specified elements of this partition. |
| Methods inherited from class Opus5.PartitionAsForestV2 |
find |
| Methods inherited from class Opus5.PartitionAsForest |
accept, checkArguments, compareTo, difference, find, getEnumeration, insert, intersection, isEQ, isMember, isMember, isSubset, purge, union, withdraw |
| Methods inherited from class Opus5.AbstractSet |
insert, withdraw |
| Methods inherited from class Opus5.AbstractContainer |
getCount, hashCode, isEmpty, isFull, toString |
| Methods inherited from class Opus5.AbstractObject |
compare, equals, isEQ, isGE, isGT, isLE, isLT, isNE |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface Opus5.SearchableContainer |
insert, withdraw |
| Methods inherited from interface Opus5.Container |
getCount, isEmpty, isFull |
| Methods inherited from interface Opus5.Comparable |
compare, isEQ, isGE, isGT, isLE, isLT, isNE |
| Constructor Detail |
public PartitionAsForestV3(int n)
PartitionAsForestV3
with the specified size of universal set.The - desired size of universal set.| Method Detail |
public void join(Set s,
Set t)
join in class PartitionAsForestV2s - An element of this partition.t - An element of this partition.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||