| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Permutation
Representation of a permutation of the integers from 0 to N-1, inclusive.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Copyable<T extends Copyable<T>>
A simple interface for objects that can be copied.
|
Copyright © 2005-2020 Vincent A. Cicirello. All rights reserved.