public interface IObjectListProvider<T>
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
get(int... indices) |
T |
get(int index) |
int[] |
indices(Iterable<T> objects) |
boolean |
isEmpty() |
int |
size() |
default IStream<T,RuntimeException> |
stream() |
IObjectIterable<T> |
values() |
default IStream<T,RuntimeException> stream()
Collection<T> get(int... indices)
T get(int index)
int size()
IObjectIterable<T> values()
boolean isEmpty()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.