Uses of Interface
org.zkoss.util.Converter
-
Packages that use Converter Package Description org.zkoss.util -
-
Uses of Converter in org.zkoss.util
Methods in org.zkoss.util with parameters of type Converter Modifier and Type Method Description static <F,T>
java.util.Iterator<T>CollectionsX. comodifiableIterator(java.util.Collection<F> col, Converter<F,T> converter)Returns an iterator that allows the caller to modify the collection directly (in addition to Iterator.remove()).
-