Interface IObjectCollection<T>
-
- All Superinterfaces:
IObjectIterable<T>,java.lang.Iterable<T>
- All Known Subinterfaces:
IMutableObjectCollection<T>,IMutableObjectList<T>,IObjectList<T>
- All Known Implementing Classes:
AbstractObjectCollection,AbstractObjectList,ObjectCollection,ObjectList
public interface IObjectCollection<T> extends IObjectIterable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description booleanisEmpty()intsize()default IStream<T,java.lang.RuntimeException>stream()java.util.Collection<T>toCollection()java.util.List<T>toList()IObjectIterable<T>values()-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectIterable
foreach, iterator
-
-