swarm.collections
Interface PermutedIndex


public interface PermutedIndex
extends Index, IndexS

General PermutedIndex class. . PermutedIndex class may be used for randomized traversals of a collection. Methods implemented offer the same functionality as Index class does, except that traversal is randomized.


Method Summary
 java.lang.Object reshuffle()
           
 
Methods inherited from interface swarm.collections.Index
compare, findNext, findPrev, get, getCollection, getLoc, getOffset, next, prev, put, remove, setLoc, setOffset
 
Methods inherited from interface swarm.defobj.DefinedObject
describe, describeID, getDisplayName, getTypeName, getZone, perform, perform$with, perform$with$with, perform$with$with$with, respondsTo, setDisplayName, xfprint, xfprintid, xprint, xprintid
 
Methods inherited from interface swarm.defobj.Drop
drop
 
Methods inherited from interface swarm.defobj.GetName
getName
 

Method Detail

reshuffle

public java.lang.Object reshuffle()