Uses of Class
goldman.collection.set.DirectAddressing

Packages that use DirectAddressing
goldman.collection.set A set is an untagged algorithmically positioned collection of elements in which no two elements are equivalent. 
 

Uses of DirectAddressing in goldman.collection.set
 

Subclasses of DirectAddressing in goldman.collection.set
 class OpenAddressing<E>
          This data structure should also be considered when only a small fraction of the elements in the universe will be stored in the collection.