java.lang.Object
net.anwiba.commons.lang.collection.AbstractObjectCollection<T>
net.anwiba.commons.lang.collection.ObjectCollection<T>
- All Implemented Interfaces:
Iterable<T>,IMutableObjectCollection<T>,IObjectCollection<T>,IObjectCollectionReceiver<T>,IObjectIterable<T>
-
Constructor Summary
Constructors -
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, valuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anwiba.commons.lang.collection.IObjectIterable
foreachMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ObjectCollection
public ObjectCollection() -
ObjectCollection
-