extensions library
Collection cloning extensions for List, Set, and Map.
Provides:
clone()andcloneDynamic()methods on built-in collectionsMapClonewrapper for typed nested map cloning.
Classes
-
MapClone<
K, V> -
Typed
Mapwrapper providing safe copy and typed deep-clone operations.
Extensions
-
XListCloner
on List<
E> -
List cloning helpers that perform element-wise deep cloning via
Cloner. -
XMapCloner
on Map<
K, V> - Map cloning helpers that perform value-wise deep cloning.
-
XSetCloner
on Set<
E> -
Set cloning helpers that perform element-wise deep cloning via
Cloner.