swarm.collections
Interface KeyedCollectionIndexS

All Known Subinterfaces:
MapIndex, MapIndexC, MapIndexS

public interface KeyedCollectionIndexS
extends IndexS

Index behavior shared by Set and Map types.. An index to a keyed collection traverses all members of the collection, regardless of whether these members belong to collections of members entered under duplicate key values. Internally, however, an index keeps track of any specific subcollection it is currently processing.