The Copyable interface for deep clones

public interface Copyable {
  public Object clone(); // guarantees deep clone
}

Unanswered questions:


Previous | Next | Top | Cafe con Leche

Copyright 2000 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified July 25, 2000