swarm.collections
Class PermutationImpl
java.lang.Object
|
+--swarm.collections.PermutationImpl
- public class PermutationImpl
- extends Object
- implements CollectionS, Collection, CreateS, Create, ArrayS, Array, PermutationS, Permutation
A class that represents a permutation of elements of a collection.
Permutation is used to generate a permutation of elements of a a collection and store them in an array for fast access. Permutation only mirrors the original collection. Updates of contents of Permutation will not reflect on the original collection.
Methods implemented by this class for interface swarm.collections.ArrayS |
setCount |
Methods implemented by this class for interface swarm.defobj.Copy |
copy |
Methods implemented by this class for interface swarm.defobj.Drop |
drop |
Methods implemented by this class for interface swarm.defobj.DefinedObject |
compare,
describe,
describeID,
getDisplayName,
getTypeName,
getZone,
perform,
perform$with,
perform$with$with,
perform$with$with$with,
respondsTo,
setDisplayName,
xfprint,
xfprintid,
xprint,
xprintid |
PermutationImpl
public PermutationImpl()
PermutationImpl
public PermutationImpl(Zone aZone,
int count)
PermutationImpl
public PermutationImpl(Zone aZone)
- Default constructor for Impl class