Navigation
index
modules
|
ooc v0.3.0 documentation
»
structs/HashBag
¶
class
HashBag
¶
extends:
Object
static method
new
→
HashBag
¶
method
init
¶
static method
new~withCapacity
(
capacity:
Int
)
→
HashBag
¶
method
init~withCapacity
(
capacity:
Int
)
¶
method
get
(
key:
String
,
T:
Class
)
→ T
¶
method
getEntry
(
key:
String
,
V:
Class
)
→
HashEntry<K,V>
¶
method
put
(
key:
String
,
value: T
)
→
Bool
¶
method
add
(
key:
String
,
value: T
)
→
Bool
¶
method
isEmpty
→
Bool
¶
method
remove
(
key:
String
)
→
Bool
¶
method
size
→
Int
¶
method
contains
(
key:
String
)
→
Bool
¶
myMap
→
HashMap<K,V>
¶
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
ooc v0.3.0 documentation
»