org.apache.commons.betwixt.io.read
Class Animals

java.lang.Object
  extended by org.apache.commons.betwixt.io.read.Animals

public class Animals
extends java.lang.Object

Collective class for Animals

Author:
Apache Commons Team, Apache Software Foundation

Constructor Summary
Animals()
           
 
Method Summary
 void addAnimal(Animal animal)
           
 java.util.Iterator getAnimals()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Animals

public Animals()
Method Detail

getAnimals

public java.util.Iterator getAnimals()

addAnimal

public void addAnimal(Animal animal)

size

public int size()


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.