class RegionPartition extends AnyRef
The RegionPartition type.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RegionPartition
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RegionPartition()
Value Members
-
def
add(x: Int, y: Int): Unit
Make sure that both 'x' and 'y' are mapped and that they belong to the same partition.
-
def
add(x: Int): Any
Make sure that 'x' is mapped.
-
def
getClass(x: Int): Int
Retrieve the partition containing 'x'.
- val regionMap: Map[Int, Partition]
-
object
Partition
The companion object for the Partition type.
The companion object for the Partition type. Contains constructors.