Class ObjectDuplicator
java.lang.Object
org.infinispan.commons.util.ObjectDuplicator
Deprecated, for removal: This API element is subject to removal in a future version.
Since 12, will be removed in version 15.0
A helper that efficiently duplicates known object types.
- Author:
- (various)
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic <E> Collection<E> duplicateCollection(Collection<E> original) Deprecated, for removal: This API element is subject to removal in a future version.static <K,V> Map <K, V> duplicateMap(Map<K, V> original) Deprecated, for removal: This API element is subject to removal in a future version.static <E> Set<E> duplicateSet(Set<E> original) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ObjectDuplicator
public ObjectDuplicator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
duplicateMap
-
duplicateSet
-
duplicateCollection
Deprecated, for removal: This API element is subject to removal in a future version.
-