perfect_hashing :: Perfecthashing :: interval=
Represents the interval of free identifiers A null value represents the upper bound of identifier
# Union of interval for implementing perfect numbering # Represents the interval of free identifiers # A null value represents the upper bound of identifier private var interval = new List[Couple[nullable Int, nullable Int]]