Kactoos

kactoos-jvm / nnl.rocks.kactoos.collection / EmptyCollection

EmptyCollection

class EmptyCollection<out E : Any> : Collection<E>

Constructors

Name Summary
<init> EmptyCollection()

Properties

Name Summary
size val size: Int

Functions

Name Summary
contains fun contains(element: E): Boolean
containsAll fun containsAll(elements: Collection<E>): Boolean
isEmpty fun isEmpty(): Boolean
iterator fun iterator(): Iterator<E>