CfgListInterface

Properties

Link copied to clipboard
abstract val isSet: Boolean
Link copied to clipboard
abstract val options: MutableMap<String, String>?
Link copied to clipboard
abstract val size: Int

Functions

Link copied to clipboard
abstract fun add(item: T)
Link copied to clipboard
abstract fun get(index: Int): T
abstract fun get(): List<T>?
Link copied to clipboard
abstract fun getOrDefault(): List<T>?
Link copied to clipboard
abstract fun set(newValue: List<T>?)
Link copied to clipboard
abstract fun update(newValue: CfgValueInterface<List<T>>)