Uses of Interface
net.anwiba.commons.lang.collection.IObjectCollection
-
Packages that use IObjectCollection Package Description net.anwiba.commons.lang.collection -
-
Uses of IObjectCollection in net.anwiba.commons.lang.collection
Subinterfaces of IObjectCollection in net.anwiba.commons.lang.collection Modifier and Type Interface Description interfaceIMutableObjectCollection<T>interfaceIMutableObjectList<T>interfaceIObjectList<T>Classes in net.anwiba.commons.lang.collection that implement IObjectCollection Modifier and Type Class Description classAbstractObjectCollection<T>classAbstractObjectList<T>classObjectCollection<T>classObjectList<T>Constructors in net.anwiba.commons.lang.collection with parameters of type IObjectCollection Constructor Description ObjectList(IObjectCollection<T> objects)
-