kactoos-jvm / nnl.rocks.kactoos.collection / EmptyCollection
class EmptyCollection<out E : Any> : Collection<E>
| Name | Summary |
|---|---|
| <init> | EmptyCollection() |
| Name | Summary |
|---|---|
| size | val size: Int |
| Name | Summary |
|---|---|
| contains | fun contains(element: E): Boolean |
| containsAll | fun containsAll(elements: Collection<E>): Boolean |
| isEmpty | fun isEmpty(): Boolean |
| iterator | fun iterator(): Iterator<E> |