| Package | Description |
|---|---|
| org.zkoss.util |
Utilities for handling data structures.
|
| Modifier and Type | Method and Description |
|---|---|
static <F,T> Iterator<T> |
CollectionsX.comodifiableIterator(Collection<F> col,
Converter<F,T> converter)
Returns an iterator that allows the caller to modify the collection
directly (in addition to Iterator.remove()).
|
Copyright © 2018. All rights reserved.