Uses of Class
com.helger.commons.collection.impl.CommonsVector
Packages that use CommonsVector
-
Uses of CommonsVector in com.helger.commons.collection.impl
Methods in com.helger.commons.collection.impl that return CommonsVectorModifier and TypeMethodDescriptionstatic <ELEMENTTYPE>
CommonsVector<ELEMENTTYPE> CommonsVector.createFiltered(ELEMENTTYPE[] aValues, Predicate<? super ELEMENTTYPE> aFilter) static <ELEMENTTYPE>
CommonsVector<ELEMENTTYPE> CommonsVector.createFiltered(Iterable<? extends ELEMENTTYPE> aValues, Predicate<? super ELEMENTTYPE> aFilter) static <SRCTYPE,ELEMENTTYPE>
CommonsVector<ELEMENTTYPE> CommonsVector.createFiltered(Iterable<? extends SRCTYPE> aValues, Predicate<? super SRCTYPE> aFilter, Function<? super SRCTYPE, ? extends ELEMENTTYPE> aMapper) static <SRCTYPE,ELEMENTTYPE>
CommonsVector<ELEMENTTYPE> CommonsVector.createFiltered(SRCTYPE[] aValues, Predicate<? super SRCTYPE> aFilter, Function<? super SRCTYPE, ? extends ELEMENTTYPE> aMapper) <T> CommonsVector<T> CommonsVector.createInstance()CommonsVector.getClone()