Uses of Interface
org.infinispan.commons.marshall.MarshallUtil.CollectionBuilder
Package
Description
Provides Infinispan-specific input and output streams, buffers and related utilities.
-
Uses of MarshallUtil.CollectionBuilder in org.infinispan.commons.marshall
Modifier and TypeMethodDescriptionstatic <E,
T extends Collection<E>>
TMarshallUtil.unmarshallCollection
(ObjectInput in, MarshallUtil.CollectionBuilder<E, T> builder) Unmarshal aCollection
.static <E,
T extends Collection<E>>
TMarshallUtil.unmarshallCollection
(ObjectInput in, MarshallUtil.CollectionBuilder<E, T> builder, MarshallUtil.ElementReader<E> reader) Unmarshal aCollection
.static <T extends Collection<Integer>>
TMarshallUtil.unmarshallIntCollection
(ObjectInput in, MarshallUtil.CollectionBuilder<Integer, T> builder) Unmarshalls a collection of integers.