Uses of Class
goldman.collection.tagged.MutableTaggedElement

Packages that use MutableTaggedElement
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.spatial A tagged spatial collection is the tagged variation of a spatial collection. 
 

Uses of MutableTaggedElement in goldman.collection.tagged
 

Fields in goldman.collection.tagged declared as MutableTaggedElement
protected  MutableTaggedElement<T,E> TaggedCollectionWrapper.target
           
 

Uses of MutableTaggedElement in goldman.collection.tagged.spatial
 

Fields in goldman.collection.tagged.spatial declared as MutableTaggedElement
protected  MutableTaggedElement<T,E> TaggedSpatialCollectionWrapper.anchor
          Since a target region is specified by two corners (each a d-dimensional point), we use a second mutable tagged element anchor to specify the second corner of a bounding box in an orthogonal range query where target specifies the other corner.