|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--swarm.BaseImpl | +--swarm.collections.PermutationImpl
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.
Constructor Summary | |
PermutationImpl()
|
|
PermutationImpl(Zone aZone)
The create: message creates a new instance of a type with default options. |
|
PermutationImpl(Zone aZone,
int count)
|
Methods implemented by this class for interface swarm.collections.Collection |
allSameClass,
begin,
beginPermuted,
contains,
copy,
deleteAll,
getCount,
getReplaceOnly,
remove,
removeAll |
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.collections.Offsets |
atOffset,
atOffset$put,
getFirst,
getLast |
Methods implemented by this class for interface swarm.collections.ForEach |
describeForEach,
describeForEachID,
forEach,
forEach,
forEach,
forEach |
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 |
Methods implemented by this class for interface swarm.defobj.GetName |
getName |
Methods implemented by this class for interface swarm.collections.DefaultMember |
getDefaultMember |
Methods implemented by this class for interface swarm.collections.DefaultMemberS |
setDefaultMember |
Methods implemented by this class for interface swarm.defobj.SerializationS |
hdf5In,
lispIn |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public PermutationImpl()
public PermutationImpl(Zone aZone, int count)
public PermutationImpl(Zone aZone)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |