lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
hebmorph
/
org.gnit.lucenekmp.analysis.he.datastructures
/
DictRadix
/
RadixEnumerator
Radix
Enumerator
inner
class
RadixEnumerator
(
radix
:
DictRadix
<
T
>
)
:
Iterator
<
T
>
Members
Constructors
Radix
Enumerator
Link copied to clipboard
constructor
(
radix
:
DictRadix
<
T
>
)
Functions
get
Current
Key
Link copied to clipboard
fun
getCurrentKey
(
)
:
String
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
has
Next
Link copied to clipboard
open
operator override
fun
hasNext
(
)
:
Boolean
next
Link copied to clipboard
open
operator override
fun
next
(
)
:
T