public interface IObjectCollection<T> extends IObjectIterable<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty() |
int |
size() |
default IStream<T,RuntimeException> |
stream() |
Collection<T> |
toCollection() |
List<T> |
toList() |
IObjectIterable<T> |
values() |
foreach, iteratorforEach, spliteratorint size()
default IStream<T,RuntimeException> stream()
IObjectIterable<T> values()
Collection<T> toCollection()
boolean isEmpty()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.