public class HashSetExternalizer<T extends Set<Object>> extends BoundedCollectionExternalizer<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
HashSetExternalizer.CapacityFactory<T>
Creates a hash table based map or collection with an appropriate capacity given an initial size.
|
| Modifier and Type | Field and Description |
|---|---|
static float |
DEFAULT_LOAD_FACTOR |
| Constructor and Description |
|---|
HashSetExternalizer(Class<T> targetClass,
IntFunction<T> factory) |
getTargetClass, readObject, size, writeObjectpublic static final float DEFAULT_LOAD_FACTOR
public HashSetExternalizer(Class<T> targetClass, IntFunction<T> factory)
Copyright © 2022 JBoss by Red Hat. All rights reserved.