| Package | Description |
|---|---|
| org.infinispan.commons.util |
Commons package providing various utility classes
|
| Modifier and Type | Method and 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) |
ImmutableListCopy |
ImmutableListCopy.Externalizer.readObject(ObjectInput input) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends ImmutableListCopy>> |
ImmutableListCopy.Externalizer.getTypeClasses() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImmutableListCopy.Externalizer.writeObject(ObjectOutput output,
ImmutableListCopy object) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.