goldman.collection.tagged.set
Class DirectAddressingMapping<K,V>

java.lang.Object
  extended by goldman.collection.tagged.TaggedCollectionWrapper<K,V>
      extended by 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.


Field Summary
 
Fields inherited from class goldman.collection.tagged.TaggedCollectionWrapper
pairs, target
 
Constructor Summary
DirectAddressingMapping(int capacity)
           
 
Method Summary
 
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

DirectAddressingMapping

public DirectAddressingMapping(int capacity)