Search
Preparing search index...
The search index is not available
gtools
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
gtools
models/data-structures/g43-collection
G43Collection
Interface G43Collection<T>
Type parameters
T
Hierarchy
G43BasicCollection
<
T
>
G43Collection
List
Implemented by
BinarySearchTree
Index
Properties
length
Methods
add
clear
contains
for
Each
remove
Properties
Readonly
length
length
:
number
Methods
add
add
(
item
:
T
)
:
void
Parameters
item:
T
Returns
void
clear
clear
(
)
:
void
Returns
void
contains
contains
(
item
:
T
)
:
boolean
Parameters
item:
T
Returns
boolean
for
Each
for
Each
(
callback
:
(
item
:
T
, index
:
number
)
=>
boolean
)
:
void
Parameters
callback:
(
item
:
T
, index
:
number
)
=>
boolean
(
item
:
T
, index
:
number
)
:
boolean
Parameters
item:
T
index:
number
Returns
boolean
Returns
void
remove
remove
(
item
:
T
)
:
void
Parameters
item:
T
Returns
void
Modules
models/data-
structures/g43-
collection
G43
Basic
Collection
G43
Collection
length
add
clear
contains
for
Each
remove
Generated using
TypeDoc