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