swarm.collections
Interface KeyedCollectionC

All Known Subinterfaces:
ConcurrentScheduleC, MapC, ScheduleC
All Known Implementing Classes:
MapCImpl

public interface KeyedCollectionC
extends CollectionS, CollectionC, ForEachKeyS, ForEachKeyC

Member identity definition shared by Set and Map types.. A keyed collection is a collection in which each member can be compared with some other value that identifies the member. This value is referred to as the member key. The key value may be determined either by the member value itself, which defines a Set, or by external association with the member when the member is first added, which defines a Map. The KeyedCollection type inherits all standard behavior of Collection. The KeyedCollection type is not itself creatable; it only serves as a common supertype for Set and Map collection types. The keyed collection type establishes the common behavior shared by both Set and Map. Standard options are provided to declare ordering of members in the collection.


Methods inherited from interface swarm.collections.CollectionC
setIndexFromMemberLoc, setReplaceOnly
 
Methods inherited from interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods inherited from interface swarm.defobj.SetInitialValueC
setInitialValue
 
Methods inherited from interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd