public interface CloneMe extends Cloneable
Expose the clone method publicly so that it can be invoked
at an interface/abstract class level.
| Modifier and Type | Method and Description |
|---|---|
<T> T |
duplicate() |
Copyright © 2015. All rights reserved.