Search
Preparing search index...
The search index is not available
Winter Cardinal
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
controller/data/internal
SNavigableMapSubMapMemory
Class SNavigableMapSubMapMemory<V, W>
Type parameters
V
W
:
Connectable
Hierarchy
ViewMemory
<
SNavigableMapSubMapTarget
<
V
>
,
W
>
SNavigableMapSubMapMemory
Index
Constructors
constructor
Properties
_from
Key
_include
From
_include
To
_reverse
_target
_to
Key
_wrapper
_wrapper
Constructor
Methods
ceiling
Entry_
ceiling
Entry__
ceiling
Key_
ceiling
Key__
check
Key
Argument_
check
Key
Arguments_
clear_
contains
Key_
contains
Value_
descending
Map_
each_
filter_
find
From
Index_
find
ToIndex_
find_
first
Entry_
first
Entry__
first
Key_
first
Key__
floor
Entry_
floor
Entry__
floor
Key_
floor
Key__
from
Json_
get
Target_
get
Wrapper_
get_
head
Map_
higher
Entry_
higher
Entry__
higher
Key_
higher
Key__
in
Range_
is
Empty_
is
Initialized_
is
Locked_
is
Non
Null_
is
Read
Only_
last
Entry_
last
Entry__
last
Key_
last
Key__
lock_
lower
Entry_
lower
Entry__
lower
Key_
lower
Key__
put
All_
put_
remove_
reput_
size_
sub
Map_
tail
Map_
to
Json_
to
Mapping_
to
Object_
to
String_
too
High_
too
Low_
unlock_
values_
Constructors
constructor
new SNavigable
Map
Sub
Map
Memory
(
target
:
SNavigableMapSubMapTarget
<
V
>
, wrapperConstructor
:
WrapperConstructor
<
W
>
, fromKey
:
string
|
null
, includeFrom
:
boolean
, toKey
:
string
|
null
, includeTo
:
boolean
, reverse
:
boolean
)
:
SNavigableMapSubMapMemory
Parameters
target:
SNavigableMapSubMapTarget
<
V
>
wrapperConstructor:
WrapperConstructor
<
W
>
fromKey:
string
|
null
includeFrom:
boolean
toKey:
string
|
null
includeTo:
boolean
reverse:
boolean
Returns
SNavigableMapSubMapMemory
Properties
Private
_from
Key
_from
Key
:
string
|
null
Private
_include
From
_include
From
:
boolean
Private
_include
To
_include
To
:
boolean
Private
_reverse
_reverse
:
boolean
_target
_target
:
SNavigableMapSubMapTarget
<
V
>
Private
_to
Key
_to
Key
:
string
|
null
_wrapper
_wrapper
:
W
Private
_wrapper
Constructor
_wrapper
Constructor
:
WrapperConstructor
<
W
>
Methods
ceiling
Entry_
ceiling
Entry_
(
key
:
string
)
:
SMapEntry
<
V
>
|
null
Parameters
key:
string
Returns
SMapEntry
<
V
>
|
null
Private
ceiling
Entry__
ceiling
Entry__
(
key
:
string
)
:
SMapEntry
<
V
>
|
null
Parameters
key:
string
Returns
SMapEntry
<
V
>
|
null
ceiling
Key_
ceiling
Key_
(
key
:
string
)
:
string
|
null
Parameters
key:
string
Returns
string
|
null
Private
ceiling
Key__
ceiling
Key__
(
key
:
string
)
:
string
|
null
Parameters
key:
string
Returns
string
|
null
Private
check
Key
Argument_
check
Key
Argument_
(
key
:
string
, include
:
boolean
)
:
void
Parameters
key:
string
include:
boolean
Returns
void
Private
check
Key
Arguments_
check
Key
Arguments_
(
mappings
:
PlainObject
)
:
void
Parameters
mappings:
PlainObject
Returns
void
clear_
clear_
(
)
:
void
Returns
void
contains
Key_
contains
Key_
(
key
:
string
)
:
boolean
Parameters
key:
string
Returns
boolean
contains
Value_
contains
Value_
(
value
:
unknown
, comparator
:
Comparator
, thisArg
:
unknown
)
:
boolean
Parameters
value:
unknown
comparator:
Comparator
thisArg:
unknown
Returns
boolean
descending
Map_
descending
Map_
(
)
:
SNavigableMapSubMapMemory
<
V
,
W
>
Returns
SNavigableMapSubMapMemory
<
V
,
W
>
each_
each_
(
iteratee
:
Iteratee
<
string
,
V
|
null
,
any
>
, thisArg
:
unknown
, reverse
:
boolean
)
:
void
Parameters
iteratee:
Iteratee
<
string
,
V
|
null
,
any
>
thisArg:
unknown
reverse:
boolean
Returns
void
filter_
filter_
(
iteratee
:
Iteratee
<
string
,
V
|
null
,
any
>
, thisArg
:
unknown
)
:
void
Parameters
iteratee:
Iteratee
<
string
,
V
|
null
,
any
>
thisArg:
unknown
Returns
void
Private
find
From
Index_
find
From
Index_
(
)
:
number
Returns
number
Private
find
ToIndex_
find
ToIndex_
(
)
:
number
Returns
number
find_
find_
(
predicate
:
Iteratee
<
string
,
V
|
null
,
any
>
, thisArg
:
unknown
, reverse
:
boolean
)
:
unknown
Parameters
predicate:
Iteratee
<
string
,
V
|
null
,
any
>
thisArg:
unknown
reverse:
boolean
Returns
unknown
first
Entry_
first
Entry_
(
)
:
SMapEntry
<
V
>
|
null
Returns
SMapEntry
<
V
>
|
null
Private
first
Entry__
first
Entry__
(
)
:
SMapEntry
<
V
>
|
null
Returns
SMapEntry
<
V
>
|
null
first
Key_
first
Key_
(
)
:
string
Returns
string
Private
first
Key__
first
Key__
(
)
:
string
Returns
string
floor
Entry_
floor
Entry_
(
key
:
string
)
:
SMapEntry
<
V
>
|
null
Parameters
key:
string
Returns
SMapEntry
<
V
>
|
null
Private
floor
Entry__
floor
Entry__
(
key
:
string
)
:
SMapEntry
<
V
>
|
null
Parameters
key:
string
Returns
SMapEntry
<
V
>
|
null
floor
Key_
floor
Key_
(
key
:
string
)
:
string
|
null
Parameters
key:
string
Returns
string
|
null
Private
floor
Key__
floor
Key__
(
key
:
string
)
:
string
|
null
Parameters
key:
string
Returns
string
|
null
from
Json_
from
Json_
(
json
:
unknown
)
:
this
Parameters
json:
unknown
Returns
this
get
Target_
get
Target_
(
)
:
SNavigableMapSubMapTarget
<
V
>
Returns
SNavigableMapSubMapTarget
<
V
>
get
Wrapper_
get
Wrapper_
(
)
:
W
Returns
W
get_
get_
(
key
:
string
)
:
V
|
null
Parameters
key:
string
Returns
V
|
null
head
Map_
head
Map_
(
toKey
:
string
, inclusive
?:
boolean
)
:
SNavigableMapSubMapMemory
<
V
,
W
>
Parameters
toKey:
string
Default value
inclusive:
boolean
= false
Returns
SNavigableMapSubMapMemory
<
V
,
W
>
higher
Entry_
higher
Entry_
(
key
:
string
)
:
SMapEntry
<
V
>
|
null
Parameters
key:
string
Returns
SMapEntry
<
V
>
|
null
Private
higher
Entry__
higher
Entry__
(
key
:
string
)
:
SMapEntry
<
V
>
|
null
Parameters
key:
string
Returns
SMapEntry
<
V
>
|
null
higher
Key_
higher
Key_
(
key
:
string
)
:
string
|
null
Parameters
key:
string
Returns
string
|
null
Private
higher
Key__
higher
Key__
(
key
:
string
)
:
string
|
null
Parameters
key:
string
Returns
string
|
null
Private
in
Range_
in
Range_
(
key
:
string
, include
:
boolean
)
:
boolean
Parameters
key:
string
include:
boolean
Returns
boolean
is
Empty_
is
Empty_
(
)
:
boolean
Returns
boolean
is
Initialized_
is
Initialized_
(
)
:
boolean
Returns
boolean
is
Locked_
is
Locked_
(
)
:
boolean
Returns
boolean
is
Non
Null_
is
Non
Null_
(
)
:
boolean
Returns
boolean
is
Read
Only_
is
Read
Only_
(
)
:
boolean
Returns
boolean
last
Entry_
last
Entry_
(
)
:
SMapEntry
<
V
>
|
null
Returns
SMapEntry
<
V
>
|
null
Private
last
Entry__
last
Entry__
(
)
:
SMapEntry
<
V
>
|
null
Returns
SMapEntry
<
V
>
|
null
last
Key_
last
Key_
(
)
:
string
Returns
string
Private
last
Key__
last
Key__
(
)
:
string
Returns
string
lock_
lock_
(
)
:
void
Returns
void
lower
Entry_
lower
Entry_
(
key
:
string
)
:
SMapEntry
<
V
>
|
null
Parameters
key:
string
Returns
SMapEntry
<
V
>
|
null
Private
lower
Entry__
lower
Entry__
(
key
:
string
)
:
SMapEntry
<
V
>
|
null
Parameters
key:
string
Returns
SMapEntry
<
V
>
|
null
lower
Key_
lower
Key_
(
key
:
string
)
:
string
|
null
Parameters
key:
string
Returns
string
|
null
Private
lower
Key__
lower
Key__
(
key
:
string
)
:
string
|
null
Parameters
key:
string
Returns
string
|
null
put
All_
put
All_
(
mappings
:
PlainObject
<
V
|
null
>
)
:
this
Parameters
mappings:
PlainObject
<
V
|
null
>
Returns
this
put_
put_
(
key
:
string
, value
:
V
|
null
)
:
V
|
null
Parameters
key:
string
value:
V
|
null
Returns
V
|
null
remove_
remove_
(
key
:
string
)
:
V
|
null
Parameters
key:
string
Returns
V
|
null
reput_
reput_
(
key
:
string
)
:
V
|
null
Parameters
key:
string
Returns
V
|
null
size_
size_
(
)
:
number
Returns
number
sub
Map_
sub
Map_
(
fromKey
:
string
, includeFrom
:
boolean
, toKey
:
string
, includeTo
:
boolean
)
:
SNavigableMapSubMapMemory
<
V
,
W
>
Parameters
fromKey:
string
includeFrom:
boolean
toKey:
string
includeTo:
boolean
Returns
SNavigableMapSubMapMemory
<
V
,
W
>
tail
Map_
tail
Map_
(
fromKey
:
string
, inclusive
?:
boolean
)
:
SNavigableMapSubMapMemory
<
V
,
W
>
Parameters
fromKey:
string
Default value
inclusive:
boolean
= true
Returns
SNavigableMapSubMapMemory
<
V
,
W
>
to
Json_
to
Json_
(
)
:
PlainObject
<
V
|
null
>
Returns
PlainObject
<
V
|
null
>
Private
to
Mapping_
to
Mapping_
(
mapping
:
PlainObject
<
V
|
null
>
)
:
PlainObject
<
V
|
null
>
Parameters
mapping:
PlainObject
<
V
|
null
>
Returns
PlainObject
<
V
|
null
>
to
Object_
to
Object_
(
)
:
PlainObject
<
V
|
null
>
Returns
PlainObject
<
V
|
null
>
to
String_
to
String_
(
)
:
string
Returns
string
Private
too
High_
too
High_
(
key
:
string
, include
:
boolean
)
:
boolean
Parameters
key:
string
include:
boolean
Returns
boolean
Private
too
Low_
too
Low_
(
key
:
string
, include
:
boolean
)
:
boolean
Parameters
key:
string
include:
boolean
Returns
boolean
unlock_
unlock_
(
)
:
void
Returns
void
values_
values_
(
)
:
Array
<
V
|
null
>
Returns
Array
<
V
|
null
>
Globals
Internals
controller
controller/data
event
exception
io
server
util
util/dom
util/lang
Externals
controller/data/internal
controller/internal
controller/internal/info
event/internal
exception/internal
server/internal
util/internal
util/lang/internal
SNavigable
Map
Sub
Map
Memory
constructor
_from
Key
_include
From
_include
To
_reverse
_target
_to
Key
_wrapper
_wrapper
Constructor
ceiling
Entry_
ceiling
Entry__
ceiling
Key_
ceiling
Key__
check
Key
Argument_
check
Key
Arguments_
clear_
contains
Key_
contains
Value_
descending
Map_
each_
filter_
find
From
Index_
find
ToIndex_
find_
first
Entry_
first
Entry__
first
Key_
first
Key__
floor
Entry_
floor
Entry__
floor
Key_
floor
Key__
from
Json_
get
Target_
get
Wrapper_
get_
head
Map_
higher
Entry_
higher
Entry__
higher
Key_
higher
Key__
in
Range_
is
Empty_
is
Initialized_
is
Locked_
is
Non
Null_
is
Read
Only_
last
Entry_
last
Entry__
last
Key_
last
Key__
lock_
lower
Entry_
lower
Entry__
lower
Key_
lower
Key__
put
All_
put_
remove_
reput_
size_
sub
Map_
tail
Map_
to
Json_
to
Mapping_
to
Object_
to
String_
too
High_
too
Low_
unlock_
values_
Generated using
TypeDoc