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

java.lang.Object
  extended by goldman.collection.tagged.TaggedCollectionWrapper<K,V>
      extended by goldman.collection.tagged.set.OpenAddressingMapping<K,V>
All Implemented Interfaces:
Mapping<K,V>, TaggedCollection<K,V>, Iterable<TaggedElement<K,V>>
Direct Known Subclasses:
InTree, ShortestPathMatrix

public class OpenAddressingMapping<K,V>
extends TaggedCollectionWrapper<K,V>
implements Mapping<K,V>

A tagged version of a open addressing.


Field Summary
 
Fields inherited from class goldman.collection.tagged.TaggedCollectionWrapper
pairs, target
 
Constructor Summary
OpenAddressingMapping()
           
OpenAddressingMapping(Comparator<? super K> equivalenceTester)
           
OpenAddressingMapping(int capacity)
           
OpenAddressingMapping(int capacity, double load, Comparator<? super K> equiv)
           
 
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

OpenAddressingMapping

public OpenAddressingMapping(int capacity,
                             double load,
                             Comparator<? super K> equiv)

OpenAddressingMapping

public OpenAddressingMapping(int capacity)

OpenAddressingMapping

public OpenAddressingMapping()

OpenAddressingMapping

public OpenAddressingMapping(Comparator<? super K> equivalenceTester)