Welcome to the NetCologne GmbH open source mirroring service!

This machine mirrors various open-source projects. 20 Gbit/s uplink.

If there are any issues or you want another project mirrored, please contact mirror-service -=AT=- netcologne DOT de !

Swarm 2.2 Reference Guide: Interface PermutedIndex

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()