goldman.collection.tagged.set
Class DirectAddressingMapping<K,V>
java.lang.Object
goldman.collection.tagged.TaggedCollectionWrapper<K,V>
goldman.collection.tagged.set.DirectAddressingMapping<K,V>
- All Implemented Interfaces:
- Mapping<K,V>, TaggedCollection<K,V>, Iterable<TaggedElement<K,V>>
public class DirectAddressingMapping<K,V>
- extends TaggedCollectionWrapper<K,V>
- implements Mapping<K,V>
A tagged version of a directed addressing.
Methods inherited from class goldman.collection.tagged.TaggedCollectionWrapper |
accept, clear, contains, elements, ensureCapacity, get, getCapacity, getLocator, getSize, isEmpty, iterator, put, putAll, remove, tags, toString, trimToSize, values |
Methods inherited from interface goldman.collection.tagged.TaggedCollection |
accept, clear, contains, elements, ensureCapacity, get, getCapacity, getLocator, getSize, isEmpty, iterator, put, putAll, remove, tags, toString, trimToSize, values |
DirectAddressingMapping
public DirectAddressingMapping(int capacity)