View Javadoc
1   package net.sourceforge.rpgee;
2   
3   public interface Duplicatable {
4       public  Object  duplicate();
5   }