Module net.anwiba.commons.lang
Interface IObjectCollection<T>
- All Superinterfaces:
IObjectIterable<T>,Iterable<T>
- All Known Subinterfaces:
IMutableObjectCollection<T>,IMutableObjectList<T>,IObjectList<T>
- All Known Implementing Classes:
AbstractObjectCollection,AbstractObjectList,ObjectCollection,ObjectList
-
Method Summary
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectIterable
foreach, iteratorMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
size
int size() -
stream
-
values
IObjectIterable<T> values() -
toCollection
Collection<T> toCollection() -
toList
-
isEmpty
boolean isEmpty()
-