|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.UCL.utils.SimpleContainer
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 |
public java.lang.Object[] objects
Constructor Detail |
public SimpleContainer(int size)
Method Detail |
public int getSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |