Uses of Interface
org.infinispan.commons.marshall.MarshallUtil.UnboundedCollectionBuilder
-
Packages that use MarshallUtil.UnboundedCollectionBuilder Package Description org.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities. -
-
Uses of MarshallUtil.UnboundedCollectionBuilder in org.infinispan.commons.marshall
Methods in org.infinispan.commons.marshall with parameters of type MarshallUtil.UnboundedCollectionBuilder Modifier and Type Method Description static <E,T extends Collection<E>>
TMarshallUtil. unmarshallCollectionUnbounded(ObjectInput in, MarshallUtil.UnboundedCollectionBuilder<E,T> builder)
-