Package net.cnri.util

Interface DeepClone

All Known Subinterfaces:
DeepClone
All Known Implementing Classes:
StreamTable, StreamTable

public interface DeepClone
Interface implemented by objects that can clone themselves as well as all of the objects contained within them (as long as they also implement the DeepClone interface).
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • deepClone

      Object deepClone()