classnetColarUtils::EnumWrapper

sys::Obj
  netColarUtils::EnumWrapper

Make a Java Enumeration more Fantom friendly (closures)

e

Enumeration e

each

Void each(|Obj f)

hasNext

Bool hasNext()

make

new make(Enumeration e)

Obj? next()