Package generic.stl
-
Interface Summary Interface Description IteratorSTL<T> -
Class Summary Class Description Algorithms ComparableMapSTL<K extends java.lang.Comparable<K>,V> ComparableMultiMapSTL<K extends java.lang.Comparable<K>,V> ComparableMultiSetSTL<T extends java.lang.Comparable<T>> ComparableSetSTL<T extends java.lang.Comparable<T>> EmptyIteratorSTL<T> ListIterator<T> ListNodeSTL<T> ListSTL<T> MapIteratorSTL<K,V> MapSTL<K,V> MultiMapSTL<K,V> MultiSetSTL<K> Pair<T1,T2> Quad<T1,T2,T3,T4> RedBlackNode<K,V> RedBlackTree<K,V> A RedBlack Tree implementation with K type keys and place to store V type values.ReverseMapIteratorSTL<K,V> ReverseSetIterator<T> SelfComparator<T extends java.lang.Comparable<T>> SetIterator<T> SetSTL<K> UnmodifiableListIteratorSTL<T> This wrapper class is used to detect cases where code is modifying iterators that shouldn't change.VectorIterator<T> VectorSTL<T>