Uses of Interface
org.episteme.core.mathematics.structures.sets.FiniteSet
Packages that use FiniteSet
Package
Description
-
Uses of FiniteSet in org.episteme.core.mathematics.algebra.algebras
Classes in org.episteme.core.mathematics.algebra.algebras that implement FiniteSetModifier and TypeClassDescriptionfinal classBoolean algebra - a special algebraic structure for logic operations. -
Uses of FiniteSet in org.episteme.core.mathematics.numbers.integers
Classes in org.episteme.core.mathematics.numbers.integers that implement FiniteSetModifier and TypeClassDescriptionfinal classBoolean algebraic type - matches Real/Integer pattern. -
Uses of FiniteSet in org.episteme.core.mathematics.sets
Classes in org.episteme.core.mathematics.sets that implement FiniteSetModifier and TypeClassDescriptionfinal classThe structure of Boolean values (ðÂâ€Â¹ = {0, 1}). -
Uses of FiniteSet in org.episteme.core.mathematics.structures.sets
Classes in org.episteme.core.mathematics.structures.sets that implement FiniteSetModifier and TypeClassDescriptionfinal classDiscreteSet<E>Implementation of a finite set using a backing java.util.Set.