public interface IListObjectsProvider<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() |
Iterable<T> |
values() |
Copyright © 2007–2017 Andreas Bartels. All rights reserved.