Search
Preparing search index...
The search index is not available
composable
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
IdentifierGenerator
Class IdentifierGenerator<T, K>
Type parameters
T
K
Hierarchy
IdentifierGenerator
PrefixableIdentifierGenerator
IndexableIdentifierGenerator
Index
Constructors
constructor
Properties
cache
seed
Methods
generate
get
get
Cached
has
set
Constructors
constructor
new
Identifier
Generator
(
seed
?:
number
)
:
IdentifierGenerator
Parameters
Default value
seed:
number
= 0
Returns
IdentifierGenerator
Properties
cache
cache
:
Map
<
T
,
K
>
= new Map
seed
seed
:
number
= 0
Methods
Abstract
generate
generate
(
id
:
number
)
:
K
Parameters
id:
number
Returns
K
get
get
(
key
:
T
)
:
K
Parameters
key:
T
Returns
K
get
Cached
get
Cached
(
key
:
T
)
:
K
Parameters
key:
T
Returns
K
has
has
(
key
:
T
)
:
boolean
Parameters
key:
T
Returns
boolean
set
set
(
key
:
T
, name
:
K
)
:
void
Parameters
key:
T
name:
K
Returns
void
Globals
Identifier
Generator
constructor
cache
seed
generate
get
get
Cached
has
set
Generated using
TypeDoc