Package com.adapty.utils
Class ImmutableCollection
-
- All Implemented Interfaces:
-
kotlin.collections.Iterable
public class ImmutableCollection<T extends Object, C extends Collection<T>> implements Iterable<T>
-
-
Constructor Summary
Constructors Constructor Description ImmutableCollection(C collection)
-
Method Summary
-
-
Constructor Detail
-
ImmutableCollection
ImmutableCollection(C collection)
-
-
Method Detail
-
containsAll
final Boolean containsAll(Collection<T> elements)
-
-
-
-