Module org.glassfish.hk2.core
Class FlattenIterator<T>
java.lang.Object
com.sun.enterprise.module.common_impl.FlattenIterator<T>
- All Implemented Interfaces:
Iterator<T>
Iterator implementation that works like Lisp "flatten" function.- Author:
- Kohsuke Kawaguchi