Uses of Class
org.infinispan.commons.util.ImmutableListCopy
Packages that use ImmutableListCopy
-
Uses of ImmutableListCopy in org.infinispan.commons.util
Methods in org.infinispan.commons.util that return ImmutableListCopyModifier and TypeMethodDescriptionstatic <T> ImmutableListCopy
<T> Immutables.immutableListAdd
(List<T> list, int position, T element) static <T> ImmutableListCopy
<T> Immutables.immutableListReplace
(List<T> list, int position, T element)