org.problets.domain.knowledge
Class CloneTest

java.lang.Object
  extended by org.problets.domain.knowledge.CloneTest
All Implemented Interfaces:
java.lang.Cloneable

public class CloneTest
extends java.lang.Object
implements java.lang.Cloneable

CloneTest To test cloning

Author:
Amruth Kumar

Field Summary
 java.util.Vector children
           
 java.lang.String content
           
 int[] count
           
 CloneTest parent
           
 
Constructor Summary
CloneTest(java.lang.String inContent)
           
 
Method Summary
 java.lang.Object clone()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

public java.lang.String content

parent

public CloneTest parent

children

public java.util.Vector children

count

public int[] count
Constructor Detail

CloneTest

public CloneTest(java.lang.String inContent)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

main

public static void main(java.lang.String[] args)