Class ObjectCollection<T>
- java.lang.Object
-
- net.anwiba.commons.lang.collection.AbstractObjectCollection<T>
-
- net.anwiba.commons.lang.collection.ObjectCollection<T>
-
- All Implemented Interfaces:
java.lang.Iterable<T>,IMutableObjectCollection<T>,IObjectCollection<T>,IObjectCollectionReceiver<T>,IObjectIterable<T>
public class ObjectCollection<T> extends AbstractObjectCollection<T>
-
-
Constructor Summary
Constructors Constructor Description ObjectCollection()ObjectCollection(java.util.List<T> objects)
-
Method Summary
-
Methods inherited from class net.anwiba.commons.lang.collection.AbstractObjectCollection
add, add, isEmpty, iterator, remove, remove, removeAll, set, set, size, stream, toCollection, toList, values
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectIterable
foreach
-
-
-
-
Constructor Detail
-
ObjectCollection
public ObjectCollection()
-
ObjectCollection
public ObjectCollection(java.util.List<T> objects)
-
-