Uses of Class
org.apache.juneau.commons.collections.FluentList
Packages that use FluentList
Package
Description
Enhanced collection utilities that extend the standard Java Collections Framework with fluent APIs,
specialized collection types, and caching capabilities.
-
Uses of FluentList in org.apache.juneau.commons.collections
Methods in org.apache.juneau.commons.collections that return FluentListModifier and TypeMethodDescriptionAdds a single element to this list.FluentList.aa(Collection<? extends E> c) Adds all elements from the specified collection to this list.Adds an element to this list if the specified boolean condition istrue .Lists.buildFluent()Builds the list and wraps it in aFluentList.