swarm.collections
Interface KeyedCollectionIndexC

All Known Subinterfaces:
MapIndexC

public interface KeyedCollectionIndexC
extends IndexS, IndexC

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.