Union of interval for implementing perfect numbering

Represents the interval of free identifiers A null value represents the upper bound of identifier

Property definitions

perfect_hashing $ Perfecthashing :: _interval
	# 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]]
lib/perfect_hashing/perfect_hashing.nit:24,2--27,68