Uses of Class
org.infinispan.commons.util.ImmutableListCopy
-
Packages that use ImmutableListCopy Package Description org.infinispan.commons.util Commons package providing various utility classes -
-
Uses of ImmutableListCopy in org.infinispan.commons.util
Methods in org.infinispan.commons.util that return ImmutableListCopy Modifier and Type Method Description static <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)ImmutableListCopyImmutableListCopy.Externalizer. readObject(ObjectInput input)Methods in org.infinispan.commons.util that return types with arguments of type ImmutableListCopy Modifier and Type Method Description Set<Class<? extends ImmutableListCopy>>ImmutableListCopy.Externalizer. getTypeClasses()Methods in org.infinispan.commons.util with parameters of type ImmutableListCopy Modifier and Type Method Description voidImmutableListCopy.Externalizer. writeObject(ObjectOutput output, ImmutableListCopy object)
-