2008年1月23日 星期三

enumeration

java.util Interface Enumeration

for traverse sequence of elements

hasMoreElements()

E nextElement()

Collections' method
static Enumeration enumeration(Collection c):
Returns an enumeration over the specified collection.

沒有留言: