Uses of Interface
org.cicirello.util.Copyable
-
Packages that use Copyable Package Description org.cicirello.permutations Collection of classes related to representing and manipulating permutations.org.cicirello.util This package includes classes and interfaces that serve some useful utility purpose. -
-
Uses of Copyable in org.cicirello.permutations
Classes in org.cicirello.permutations that implement Copyable Modifier and Type Class Description class
Permutation
Representation of a permutation of the integers from 0 to N-1, inclusive. -
Uses of Copyable in org.cicirello.util
Classes in org.cicirello.util with type parameters of type Copyable Modifier and Type Interface Description interface
Copyable<T extends Copyable<T>>
A simple interface for objects that can be copied.
-