wima
Preparing search index...
DenseList
Class DenseList<T, Index, Allocator>
Type Parameters
T
Index
extends
number
=
number
Allocator
extends
IndexAllocator
<
Index
>
=
IndexAllocator
<
Index
>
Hierarchy (
View Summary
)
DenseList
Entities
Index
Constructors
constructor
Methods
get
push
recycle
reserve
set
values
Constructors
constructor
new
DenseList
<
T
,
Index
extends
number
=
number
,
Allocator
extends
IndexAllocator
<
Index
>
=
IndexAllocator
<
Index
>
,
>
(
allocator
:
Allocator
,
)
:
DenseList
<
T
,
Index
,
Allocator
>
Type Parameters
T
Index
extends
number
=
number
Allocator
extends
IndexAllocator
<
Index
>
=
IndexAllocator
<
Index
>
Parameters
allocator
:
Allocator
Returns
DenseList
<
T
,
Index
,
Allocator
>
Methods
get
get
(
index
:
Index
)
:
T
Parameters
index
:
Index
Returns
T
push
push
(
object
:
T
)
:
Index
Parameters
object
:
T
Returns
Index
recycle
recycle
(
index
:
Index
)
:
void
Parameters
index
:
Index
Returns
void
reserve
reserve
()
:
Index
Returns
Index
set
set
(
index
:
Index
,
object
:
T
)
:
void
Parameters
index
:
Index
object
:
T
Returns
void
values
values
()
:
readonly
T
[]
Returns
readonly
T
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
push
recycle
reserve
set
values
wima
Loading...