CompletedNodesStore2

class CompletedNodesStore2<T>(num: Int, inputLength: Int)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

clear
Link copied to clipboard
common
fun clear()
get
Link copied to clipboard
common
operator fun get(runtimeRule: RuntimeRule, inputPosition: Int): T?
set
Link copied to clipboard
common
operator fun set(runtimeRule: RuntimeRule, inputPosition: Int, value: T)

Properties

inputLength
Link copied to clipboard
common
val inputLength: Int
num
Link copied to clipboard
common
val num: Int