|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionUtils.Mapper | |
---|---|
org.deegree.commons.utils |
Uses of CollectionUtils.Mapper in org.deegree.commons.utils |
---|
Fields in org.deegree.commons.utils declared as CollectionUtils.Mapper | |
---|---|
static CollectionUtils.Mapper<String,double[]> |
CollectionUtils.DOUBLE_PRINTER
Use like this: System.out.println(map(List |
Methods in org.deegree.commons.utils that return CollectionUtils.Mapper | ||
---|---|---|
static
|
CollectionUtils.getArrayPrinter()
|
|
static
|
CollectionUtils.getInstanceofMapper(Class<?> c)
|
Methods in org.deegree.commons.utils with parameters of type CollectionUtils.Mapper | ||
---|---|---|
static
|
CollectionUtils.map(Collection<U> col,
CollectionUtils.Mapper<T,U> mapper)
Wraps a for loop and the creation of a new list. |
|
static
|
CollectionUtils.map(U[] col,
CollectionUtils.Mapper<T,U> mapper)
Wraps a for loop and the creation of a new list. |
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV NEXT | FRAMES NO FRAMES |