edu.UCL.utils
Class SimpleContainer

java.lang.Object
  |
  +--edu.UCL.utils.SimpleContainer

public class SimpleContainer
extends java.lang.Object

This class is a container that can hold a variable number of objects.


Field Summary
 java.lang.Object[] objects
           
 
Constructor Summary
SimpleContainer(int size)
          Constructor
 
Method Summary
 int getSize()
          Returns the number of the objects contained in the container
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objects

public java.lang.Object[] objects
Constructor Detail

SimpleContainer

public SimpleContainer(int size)
Constructor

Method Detail

getSize

public int getSize()
Returns the number of the objects contained in the container