SortedList

Properties

Link copied to clipboard
abstract override val size: Int

Functions

Link copied to clipboard
abstract operator override fun contains(element: Value): Boolean
Link copied to clipboard
abstract override fun containsAll(elements: Collection<Value>): Boolean
Link copied to clipboard
abstract operator fun get(index: Int): Value
Link copied to clipboard
abstract fun indexOf(element: Value): Int
Link copied to clipboard
abstract override fun isEmpty(): Boolean
Link copied to clipboard
abstract operator override fun iterator(): Iterator<Value>
Link copied to clipboard
abstract fun lastIndexOf(element: Value): Int
Link copied to clipboard
abstract fun listIterator(index: Int): ListIterator<Value>
Link copied to clipboard
abstract fun subList(fromIndex: Int, toIndex: Int): List<Value>