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(java.util.List<T> list, int position, T element)static <T> ImmutableListCopy<T>Immutables. immutableListReplace(java.util.List<T> list, int position, T element)ImmutableListCopyImmutableListCopy.Externalizer. readObject(java.io.ObjectInput input)Methods in org.infinispan.commons.util that return types with arguments of type ImmutableListCopy Modifier and Type Method Description java.util.Set<java.lang.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(java.io.ObjectOutput output, ImmutableListCopy object)
-