Package it.unimi.di.prog2.h18.refactored
package it.unimi.di.prog2.h18.refactored
Codice relativo alla lezione 18, con refactoring della gerarchia, per maggiori dettagli
si veda il diario del corso.
-
ClassesClassDescriptionAn
AbstractIntSet
is a mutable, unbounded set of integers.A concrete set of integers.A class to testIntSet
andOrderedIntSet
.An partial implementation ofAbstractIntSet
based onList
.A concrete sorted set of integers.A set of integer that can be preallocated to a given capacity.