Uses of Interface
net.anwiba.commons.lang.collection.IObjectList
-
Packages that use IObjectList Package Description net.anwiba.commons.lang.collection net.anwiba.commons.lang.stream -
-
Uses of IObjectList in net.anwiba.commons.lang.collection
Subinterfaces of IObjectList in net.anwiba.commons.lang.collection Modifier and Type Interface Description interfaceIMutableObjectList<T>Classes in net.anwiba.commons.lang.collection that implement IObjectList Modifier and Type Class Description classAbstractObjectList<T>classObjectList<T>Methods in net.anwiba.commons.lang.collection that return IObjectList Modifier and Type Method Description IObjectList<T>ObjectListBuilder. build()static <T> IObjectList<T>ObjectList. empty()static <T> IObjectList<T>ObjectList. of(T value)Constructors in net.anwiba.commons.lang.collection with parameters of type IObjectList Constructor Description ObjectListBuilder(IObjectList<T> collection) -
Uses of IObjectList in net.anwiba.commons.lang.stream
Methods in net.anwiba.commons.lang.stream that return IObjectList Modifier and Type Method Description IObjectList<T>FailedStream. asObjectList()IObjectList<T>IStream. asObjectList()
-