goldman.collection.tagged.ordered
Class TaggedRedBlackTree<T,E>
java.lang.Object
goldman.collection.tagged.TaggedCollectionWrapper<T,E>
goldman.collection.tagged.ordered.TaggedOrderedCollectionWrapper<T,E>
goldman.collection.tagged.ordered.TaggedRedBlackTree<T,E>
- All Implemented Interfaces:
- TaggedOrderedCollection<T,E>, TaggedCollection<T,E>, TrackedTagged<T,E>, Iterable<TaggedElement<T,E>>
public class TaggedRedBlackTree<T,E>
- extends TaggedOrderedCollectionWrapper<T,E>
A tagged version of a red-black tree.
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 interface goldman.collection.tagged.TaggedCollection |
accept, clear, contains, elements, ensureCapacity, get, getCapacity, getLocator, getSize, isEmpty, iterator, put, putAll, remove, tags, toString, trimToSize, values |
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 |
TaggedRedBlackTree
public TaggedRedBlackTree(Comparator<? super T> comp)
TaggedRedBlackTree
public TaggedRedBlackTree()