Package generic.stl
Class MapSTL<K,V>
java.lang.Object
generic.stl.MapSTL<K,V>
- Direct Known Subclasses:
ComparableMapSTL
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
IteratorSTL
<Pair<K, V>> begin()
void
clear()
boolean
boolean
empty()
IteratorSTL
<Pair<K, V>> end()
void
erase
(IteratorSTL<Pair<K, V>> iter) void
erase
(IteratorSTL<Pair<K, V>> start, IteratorSTL<Pair<K, V>> end) IteratorSTL
<Pair<K, V>> void
insert
(IteratorSTL<Pair<K, V>> start, IteratorSTL<Pair<K, V>> end) boolean
isEmpty()
IteratorSTL
<Pair<K, V>> lower_bound
(K key) void
IteratorSTL
<Pair<K, V>> rBegin()
IteratorSTL
<Pair<K, V>> rEnd()
int
size()
toString()
IteratorSTL
<Pair<K, V>> upper_bound
(K key)
-
Field Details
-
EOL
-
-
Constructor Details
-
MapSTL
-
-
Method Details