Uses of Class
org.apache.felix.framework.util.ImmutableList
Packages that use ImmutableList
-
Uses of ImmutableList in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util that return ImmutableListModifier and TypeMethodDescriptionstatic <E> ImmutableList<E> ImmutableList.newInstance(E... elements) static <E> ImmutableList<E> ImmutableList.newInstance(Collection<? extends E> elements)