|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.jfree.report.util.ArrayEnumeration
An enumeration that iterates over an array.
| Constructor Summary | |
ArrayEnumeration(java.lang.Object[] objectarray)
Creates a new enumeration for the given array. |
|
| Method Summary | |
boolean |
hasMoreElements()
Returns true if this enumeration has at least one more Element. |
java.lang.Object |
nextElement()
Returns the next element in the Array. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ArrayEnumeration(java.lang.Object[] objectarray)
objectarray - the array over which to iterate| Method Detail |
public boolean hasMoreElements()
public java.lang.Object nextElement()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||