Package org.episteme.core.mathematics.structures.sets
package org.episteme.core.mathematics.structures.sets
-
ClassDescriptionDiscreteSet<E>Implementation of a finite set using a backing java.util.Set.FiniteSet<E>Represents a set with a finite number of elements.InfiniteSet<E>Represents a set with an infinite number of elements.Set<E>Represents a mathematical set - a collection of distinct elements.