CompletedNodesStore

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

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