Uses of Interface
org.infinispan.commons.marshall.MarshallUtil.MapBuilder
-
Packages that use MarshallUtil.MapBuilder Package Description org.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities. -
-
Uses of MarshallUtil.MapBuilder in org.infinispan.commons.marshall
Methods in org.infinispan.commons.marshall with parameters of type MarshallUtil.MapBuilder Modifier and Type Method Description static <K,V,T extends Map<K,V>>
TMarshallUtil. unmarshallMap(ObjectInput in, MarshallUtil.ElementReader<K> keyReader, MarshallUtil.ElementReader<V> valueReader, MarshallUtil.MapBuilder<K,V,T> builder)
Unmarshall theMap
.static <K,V,T extends Map<K,V>>
TMarshallUtil. unmarshallMap(ObjectInput in, MarshallUtil.MapBuilder<K,V,T> builder)
Unmarshall theMap
.
-