FileDocCategorySizeDatePackage
Sheep.javaAPI DocExample452Sat Apr 23 22:35:44 BST 2005None

Sheep

public class Sheep extends Object implements Cloneable

Fields Summary
HashMap
flock
Constructors Summary
Methods Summary
public Sheepclone()

 
 
         
        try { 
            return (Sheep)super.clone( ); 
        } catch (CloneNotSupportedException e ) {  
            throw new Error("This should never happen!"); 
        }