Uses of Class
com.appslandia.common.base.FluentList
-
Packages that use FluentList Package Description com.appslandia.common.base -
-
Uses of FluentList in com.appslandia.common.base
Methods in com.appslandia.common.base that return FluentList Modifier and Type Method Description FluentList<E>FluentList. first(E e)FluentList<E>FluentList. ins(int index, E e)FluentList<E>FluentList. ins(int index, Collection<? extends E> c)FluentList<E>FluentList. ins(E e)FluentList<E>FluentList. ins(Collection<? extends E> c)FluentList<E>FluentList. last(E e)FluentList<E>FluentList. removeFirst()FluentList<E>FluentList. removeLast()
-