Package | Description |
---|---|
org.zkoss.util |
Utilities for handling data structures.
|
org.zkoss.zkmax.ui |
The user interfaces (non-ZUL components) of ZK EE.
|
Modifier and Type | Method and 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()).
|
Modifier and Type | Class and Description |
---|---|
class |
GsonConverter
A Gson converter for Service Parameter
|
class |
JacksonConverter
A Jackson Converter for Service Parameter
|
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.