| Package | Description |
|---|---|
| org.wildfly.clustering.marshalling.protostream.util.concurrent |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentMapMarshaller<T extends ConcurrentMap<Object,Object>>
Marshaller for a
ConcurrentMap that does not allow null values. |
class |
ConcurrentSortedMapMarshaller<T extends ConcurrentMap<Object,Object> & SortedMap<Object,Object>>
Marshaller for a concurrent
SortedMap that does not allow null values. |
class |
CopyOnWriteCollectionMarshaller<T extends Collection<Object>>
Marshaller for copy-on-write implementations of
Collection. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.