Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
common/ternary-search-tree
IKeyIterator
Interface IKeyIterator<K>
interface
IKeyIterator
<
K
>
{
cmp
(
a
:
string
)
:
number
;
hasNext
()
:
boolean
;
next
()
:
this
;
reset
(
key
:
K
)
:
this
;
value
()
:
string
;
}
Type Parameters
K
Implemented by
PathIterator
UriIterator
Index
Methods
cmp
has
Next
next
reset
value
Methods
cmp
cmp
(
a
:
string
)
:
number
Parameters
a
:
string
Returns
number
has
Next
hasNext
()
:
boolean
Returns
boolean
next
next
()
:
this
Returns
this
reset
reset
(
key
:
K
)
:
this
Parameters
key
:
K
Returns
this
value
value
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
cmp
has
Next
next
reset
value
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...