AbstractPersistentList

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open operator override fun contains(element: E): Boolean
Link copied to clipboard
open override fun containsAll(elements: Collection<E>): Boolean
Link copied to clipboard
open operator override fun iterator(): Iterator<E>
Link copied to clipboard
open override fun listIterator(): ListIterator<E>
Link copied to clipboard
open override fun subList(fromIndex: Int, toIndex: Int): ImmutableList<E>

Returns a view of the portion of this list between the specified fromIndex (inclusive) and toIndex (exclusive).