swarm.collections
Interface PermutationS

All Known Implementing Classes:
PermutationCImpl, PermutationImpl

public interface PermutationS
extends CollectionS, CreateS, ArrayS

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 inherited from interface swarm.collections.ArrayS
setCount
 
Methods inherited from interface swarm.collections.DefaultMemberS
setDefaultMember
 
Methods inherited from interface swarm.defobj.SerializationS
hdf5In, lispIn