ImmutableListAdapter

Constructors

Link copied to clipboard
constructor(impl: List<E>)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
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).

Link copied to clipboard
open override fun toString(): String