Package generic.stl
Class MultiMapSTL<K,V>
java.lang.Object
generic.stl.MultiMapSTL<K,V>
- Direct Known Subclasses:
ComparableMultiMapSTL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidIteratorSTL<Pair<K, V>> begin()booleanIteratorSTL<Pair<K, V>> end()voiderase(IteratorSTL<Pair<K, V>> iter) IteratorSTL<Pair<K, V>> lower_bound(K key) static voidIteratorSTL<Pair<K, V>> rBegin()IteratorSTL<Pair<K, V>> rEnd()IteratorSTL<Pair<K, V>> upper_bound(K key)
-
Constructor Details
-
MultiMapSTL
-
-
Method Details
-
add
-
contains
-
remove
-
erase
-
begin
-
end
-
rBegin
-
rEnd
-
lower_bound
-
upper_bound
-
main
-