| Package | Description |
|---|---|
| org.wildfly.clustering.marshalling.spi.util |
| Modifier and Type | Class and Description |
|---|---|
class |
BoundedCollectionExternalizer<T extends Collection<Object>>
Externalizer for bounded implementations of
Collection. |
class |
ContextualCollectionExternalizer<T extends Collection<Object>,C>
Externalizer for implementations of
Collection constructed with some context. |
class |
HashSetExternalizer<T extends Set<Object>>
Externalizer for hash table based sets constructed with a capacity rather than a size.
|
class |
SortedSetExternalizer<T extends SortedSet<Object>>
Externalizers for implementations of
SortedSet. |
class |
UnboundedCollectionExternalizer<T extends Collection<Object>>
Externalizer for unbounded implementations of
Collection. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.