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 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)