java.lang.Object
org.wildfly.clustering.marshalling.spi.util.CollectionExternalizer<T,Void,Integer>
org.wildfly.clustering.marshalling.spi.util.BoundedCollectionExternalizer<T>
org.wildfly.clustering.marshalling.spi.util.HashSetExternalizer<T>
- All Implemented Interfaces:
Externalizer<T>
Externalizer for hash table based sets constructed with a capacity rather than a size.
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCreates a hash table based map or collection with an appropriate capacity given an initial size. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.marshalling.spi.util.CollectionExternalizer
getTargetClass, readObject, size, writeObject
-
Field Details
-
DEFAULT_LOAD_FACTOR
public static final float DEFAULT_LOAD_FACTOR- See Also:
-
-
Constructor Details
-
HashSetExternalizer
-