Uses of Class
org.infinispan.commons.util.ImmutableListCopy
Packages that use ImmutableListCopy
-
Uses of ImmutableListCopy in org.infinispan.commons.util
Classes in org.infinispan.commons.util that implement interfaces with type arguments of type ImmutableListCopyMethods 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) ImmutableListCopy.Externalizer.readObject(ObjectInput input) Methods in org.infinispan.commons.util that return types with arguments of type ImmutableListCopyModifier and TypeMethodDescriptionSet<Class<? extends ImmutableListCopy>> ImmutableListCopy.Externalizer.getTypeClasses()Methods in org.infinispan.commons.util with parameters of type ImmutableListCopyModifier and TypeMethodDescriptionvoidImmutableListCopy.Externalizer.writeObject(ObjectOutput output, ImmutableListCopy object)