Uses of Interface
org.infinispan.commons.marshall.MarshallUtil.CollectionBuilder
-
Packages that use MarshallUtil.CollectionBuilder Package Description org.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities. -
-
Uses of MarshallUtil.CollectionBuilder in org.infinispan.commons.marshall
Methods in org.infinispan.commons.marshall with parameters of type MarshallUtil.CollectionBuilder Modifier and Type Method Description static <E,T extends java.util.Collection<E>>
TMarshallUtil. unmarshallCollection(java.io.ObjectInput in, MarshallUtil.CollectionBuilder<E,T> builder)
Unmarshal aCollection
.static <E,T extends java.util.Collection<E>>
TMarshallUtil. unmarshallCollection(java.io.ObjectInput in, MarshallUtil.CollectionBuilder<E,T> builder, MarshallUtil.ElementReader<E> reader)
Unmarshal aCollection
.static <T extends java.util.Collection<java.lang.Integer>>
TMarshallUtil. unmarshallIntCollection(java.io.ObjectInput in, MarshallUtil.CollectionBuilder<java.lang.Integer,T> builder)
Unmarshalls a collection of integers.
-