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