Class BoundedCollectionExternalizer<T extends Collection<Object>>
- java.lang.Object
-
- org.wildfly.clustering.marshalling.spi.util.CollectionExternalizer<T,Void,Integer>
-
- org.wildfly.clustering.marshalling.spi.util.BoundedCollectionExternalizer<T>
-
- All Implemented Interfaces:
Externalizer<T>
- Direct Known Subclasses:
HashSetExternalizer
public class BoundedCollectionExternalizer<T extends Collection<Object>> extends CollectionExternalizer<T,Void,Integer>
Externalizer for bounded implementations ofCollection.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description BoundedCollectionExternalizer(Class<T> targetClass, IntFunction<T> factory)
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.marshalling.spi.util.CollectionExternalizer
getTargetClass, readObject, size, writeObject
-
-
-
-
Constructor Detail
-
BoundedCollectionExternalizer
public BoundedCollectionExternalizer(Class<T> targetClass, IntFunction<T> factory)
-
-