lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.jdkport
/
LinkedBlockingQueue
/
Node
Node
class
Node
<
E
>
(
var
item
:
E
?
)
Linked list node class.
Members
Constructors
Node
Link copied to clipboard
constructor
(
item
:
E
?
)
Properties
item
Link copied to clipboard
var
item
:
E
?
next
Link copied to clipboard
var
next
:
LinkedBlockingQueue.Node
<
E
>
?
One of: