Package com.adapty.utils
Class ImmutableList
-
- All Implemented Interfaces:
-
kotlin.collections.Iterable
public final class ImmutableList<T extends Object> extends ImmutableCollection<T, List<T>>
-
-
Constructor Summary
Constructors Constructor Description ImmutableList(List<T> list)
-
Method Summary
-
Methods inherited from class com.adapty.utils.ImmutableCollection
contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, size, toString -
Methods inherited from class kotlin.collections.Iterable
forEach, spliterator -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-