Search
Preparing search index...
The search index is not available
TypeScriptCollectionsFramework https://github.com/larrydiamond/typescriptcollectionsframework
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"HashClasses"
HashMultiSetImpl
Class HashMultiSetImpl<K>
Type parameters
K
Hierarchy
HashMultiSetImpl
Index
Constructors
constructor
Methods
add
clear
contains
count
get
Data
Store
get
Hash
Methods
is
Empty
key
Set
remove
size
Constructors
constructor
new
Hash
Multi
Set
Impl
(
datastore
:
HashMap
<
K
,
ArrayList
<
K
>
>
, iHash
:
Hashable
<
K
>
)
:
HashMultiSetImpl
Parameters
datastore:
HashMap
<
K
,
ArrayList
<
K
>
>
iHash:
Hashable
<
K
>
Returns
HashMultiSetImpl
Methods
add
add
(
element
:
K
)
:
boolean
Parameters
element:
K
Returns
boolean
clear
clear
(
)
:
void
Returns
void
contains
contains
(
item
:
K
)
:
boolean
Parameters
item:
K
Returns
boolean
count
count
(
item
:
K
)
:
number
Parameters
item:
K
Returns
number
get
Data
Store
get
Data
Store
(
)
:
HashMap
<
K
,
ArrayList
<
K
>
>
Returns
HashMap
<
K
,
ArrayList
<
K
>
>
get
Hash
Methods
get
Hash
Methods
(
)
:
Hashable
<
K
>
Returns
Hashable
<
K
>
is
Empty
is
Empty
(
)
:
boolean
Returns
boolean
key
Set
key
Set
(
)
:
ImmutableSet
<
K
>
Returns
ImmutableSet
<
K
>
remove
remove
(
element
:
K
)
:
boolean
Parameters
element:
K
Returns
boolean
size
size
(
)
:
number
Returns
number
Globals
"
Hash
Classes"
Hash
Multi
Set
Hash
Multi
Set
Impl
constructor
add
clear
contains
count
get
Data
Store
get
Hash
Methods
is
Empty
key
Set
remove
size
Hash
Set
Iterator
Hash
SetJIterator
Generated using
TypeDoc