IndexSetsTracker

class IndexSetsTracker(count: Int, setsBuf: ListBuffer[Set[Int]])

Index a set of index subranges for the Rabin-Scott algorithm.

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(idx: Int): Set[Int]

Return the index of the given set in the registry, adding it if necessary. Every member of elements must be in the range [0,count), where count is the initialized number of indices.

Return the index of the given set in the registry, adding it if necessary. Every member of elements must be in the range [0,count), where count is the initialized number of indices.

def getIndex(elements: Set[Int]): Int
def size: Int
override
Definition Classes
Any