cloner 1.0.0 copy "cloner: ^1.0.0" to clipboard
cloner: ^1.0.0 copied to clipboard

Utilities for producing deep clones.

1.0.0 #

Initial version #

  • ICloneable and ICopyable contracts for custom deep/shallow copy support
  • Cloner facade with pluggable backend
  • BaseCloner default implementation and ICloning interface for custom cloners
    • Element/value-wise deep cloning for List, Set, and Map
    • Optional circular-reference detection
  • Collection extensions: List.clone() / Set.clone() / Map.clone()
  • MapClone typed map wrapper for safe nested typed map cloning and copy()/clone() helpers
  • Typed-clone safety checks and UnsupportedTypedCloneException for unsupported typed scenarios
  • Preserves common concrete collection implementations (LinkedHashMap, HashMap) where possible
0
likes
0
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

Utilities for producing deep clones.

Repository (GitLab)
View/report issues

License

unknown (license)

More

Packages that depend on cloner