Uses of Package
goldman.collection.tagged

Packages that use goldman.collection.tagged
goldman.collection.tagged A tagged collection is a collection that provides the necessary support for associating these tags with the corresponding elements. 
goldman.collection.tagged.bucket A tagged bucket collection holds tagged elements in which each tag is associated with a bucket holding all elements with that tag. 
goldman.collection.tagged.ordered A tagged ordered collection is the tagged variation of an ordered collection. 
goldman.collection.tagged.ordered.digitized A tagged digitized ordered collection is the tagged variation of a digitized ordered collection. 
goldman.collection.tagged.priority A tagged priority queue is the tagged version of a priority queue. 
goldman.collection.tagged.set A mapping is the tagged variation of a set. 
goldman.collection.tagged.spatial A tagged spatial collection is the tagged variation of a spatial collection. 
goldman.graph A graph represents general relationships between pairs of elements from among a set of elements. 
 

Classes in goldman.collection.tagged used by goldman.collection.tagged
MutableTaggedElement
          The MutableTaggedElement class is an extension of the TaggedElement class that allows the tag to be modified.
TaggedCollection
          A tagged collection is a variation of an algorithmically positioned collections (e.g., ordered collection, priority queue, spatial collection) that uses a tag associated with each element to determine their proper placement within the data structure.
TaggedElement
          Each element and its associated tag is stored in a tagged collection as a tagged element.
 

Classes in goldman.collection.tagged used by goldman.collection.tagged.bucket
TaggedCollection
          A tagged collection is a variation of an algorithmically positioned collections (e.g., ordered collection, priority queue, spatial collection) that uses a tag associated with each element to determine their proper placement within the data structure.
TaggedElement
          Each element and its associated tag is stored in a tagged collection as a tagged element.
 

Classes in goldman.collection.tagged used by goldman.collection.tagged.ordered
TaggedCollection
          A tagged collection is a variation of an algorithmically positioned collections (e.g., ordered collection, priority queue, spatial collection) that uses a tag associated with each element to determine their proper placement within the data structure.
TaggedCollectionWrapper
          Rather than implement each of the tagged collections from scratch, we define a tagged collection wrapper that can be used to transform any untagged collection into a tagged collection.
TaggedElement
          Each element and its associated tag is stored in a tagged collection as a tagged element.
TrackedTagged
          Similar to the Tagged interface, the TrackedTagged interface includes a method to insert a tagged element into a tagged collection that returns a tracker for it.
 

Classes in goldman.collection.tagged used by goldman.collection.tagged.ordered.digitized
TaggedCollection
          A tagged collection is a variation of an algorithmically positioned collections (e.g., ordered collection, priority queue, spatial collection) that uses a tag associated with each element to determine their proper placement within the data structure.
TaggedCollectionWrapper
          Rather than implement each of the tagged collections from scratch, we define a tagged collection wrapper that can be used to transform any untagged collection into a tagged collection.
TaggedElement
          Each element and its associated tag is stored in a tagged collection as a tagged element.
TrackedTagged
          Similar to the Tagged interface, the TrackedTagged interface includes a method to insert a tagged element into a tagged collection that returns a tracker for it.
 

Classes in goldman.collection.tagged used by goldman.collection.tagged.priority
TaggedCollection
          A tagged collection is a variation of an algorithmically positioned collections (e.g., ordered collection, priority queue, spatial collection) that uses a tag associated with each element to determine their proper placement within the data structure.
TaggedCollectionWrapper
          Rather than implement each of the tagged collections from scratch, we define a tagged collection wrapper that can be used to transform any untagged collection into a tagged collection.
TaggedElement
          Each element and its associated tag is stored in a tagged collection as a tagged element.
 

Classes in goldman.collection.tagged used by goldman.collection.tagged.set
TaggedCollection
          A tagged collection is a variation of an algorithmically positioned collections (e.g., ordered collection, priority queue, spatial collection) that uses a tag associated with each element to determine their proper placement within the data structure.
TaggedCollectionWrapper
          Rather than implement each of the tagged collections from scratch, we define a tagged collection wrapper that can be used to transform any untagged collection into a tagged collection.
 

Classes in goldman.collection.tagged used by goldman.collection.tagged.spatial
MutableTaggedElement
          The MutableTaggedElement class is an extension of the TaggedElement class that allows the tag to be modified.
TaggedCollection
          A tagged collection is a variation of an algorithmically positioned collections (e.g., ordered collection, priority queue, spatial collection) that uses a tag associated with each element to determine their proper placement within the data structure.
TaggedCollectionWrapper
          Rather than implement each of the tagged collections from scratch, we define a tagged collection wrapper that can be used to transform any untagged collection into a tagged collection.
TaggedElement
          Each element and its associated tag is stored in a tagged collection as a tagged element.
 

Classes in goldman.collection.tagged used by goldman.graph
TaggedCollection
          A tagged collection is a variation of an algorithmically positioned collections (e.g., ordered collection, priority queue, spatial collection) that uses a tag associated with each element to determine their proper placement within the data structure.
TaggedCollectionWrapper
          Rather than implement each of the tagged collections from scratch, we define a tagged collection wrapper that can be used to transform any untagged collection into a tagged collection.