Navigation
index
modules
|
ooc v0.3.0 documentation
»
structs/OrderedMultiMap
¶
class
OrderedMultiMap<K,V>
¶
extends:
MultiMap<K,V>
static method
new~ommWithCapa
(
capacity:
Int
)
→
OrderedMultiMap<K,V>
¶
method
init~ommWithCapa
(
capacity:
Int
)
¶
static method
new~omm
→
OrderedMultiMap<K,V>
¶
method
init~omm
¶
method
getKeys
→
ArrayList<T>
¶
method
_containsKey
(
key: K
)
→
Bool
¶
method
put
(
key: K
,
value: V
)
→
Bool
¶
method
remove
(
key: K
)
→
Bool
¶
orderedKeys
→
ArrayList<T>
¶
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
ooc v0.3.0 documentation
»