Package generic.stl
Class MultiMapSTL<K,V>
java.lang.Object
generic.stl.MultiMapSTL<K,V>
- Direct Known Subclasses:
ComparableMultiMapSTL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
IteratorSTL
<Pair<K, V>> begin()
boolean
IteratorSTL
<Pair<K, V>> end()
void
erase
(IteratorSTL<Pair<K, V>> iter) IteratorSTL
<Pair<K, V>> lower_bound
(K key) static void
IteratorSTL
<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
-