Interface IObjectListProvider<T>
-
- All Known Subinterfaces:
IMutableObjectList<T>,IObjectList<T>
- All Known Implementing Classes:
AbstractObjectList,ObjectList
public interface IObjectListProvider<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Tget(int index)java.util.Collection<T>get(int... indices)int[]indices(java.lang.Iterable<T> objects)booleanisEmpty()intsize()default IStream<T,java.lang.RuntimeException>stream()IObjectIterable<T>values()
-