Uses of Interface
org.deegree.commons.utils.CollectionUtils.Mapper

Packages that use CollectionUtils.Mapper
org.deegree.commons.metadata   
org.deegree.commons.utils   
org.deegree.layer   
 

Uses of CollectionUtils.Mapper in org.deegree.commons.metadata
 

Fields in org.deegree.commons.metadata declared as CollectionUtils.Mapper
static CollectionUtils.Mapper<CodeType,CodeType> MetadataJAXBConverter.CODETYPE_MAPPER
           
static CollectionUtils.Mapper<Pair<List<LanguageString>,CodeType>,KeywordsType> MetadataJAXBConverter.KW_MAPPER
           
static CollectionUtils.Mapper<LanguageString,LanguageStringType> MetadataJAXBConverter.LANG_LANG_MAPPER
           
static CollectionUtils.Mapper<LanguageString,String> MetadataJAXBConverter.LANG_MAPPER
          Maps a string to language string.
 

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 object, DOUBLE_PRINTER)) Unfortunately, a generic version for all primitive-arrays is not possible...
 

Methods in org.deegree.commons.utils that return CollectionUtils.Mapper
static
<T> CollectionUtils.Mapper<String,T[]>
CollectionUtils.getArrayPrinter()
           
static
<T> CollectionUtils.Mapper<Boolean,T>
CollectionUtils.getInstanceofMapper(Class<?> c)
           
 

Methods in org.deegree.commons.utils with parameters of type CollectionUtils.Mapper
static
<T,U> LinkedList<T>
CollectionUtils.map(Collection<U> col, CollectionUtils.Mapper<T,U> mapper)
          Wraps a for loop and the creation of a new list.
static
<T,U> LinkedList<T>
CollectionUtils.map(U[] col, CollectionUtils.Mapper<T,U> mapper)
          Wraps a for loop and the creation of a new list.
 

Uses of CollectionUtils.Mapper in org.deegree.layer
 

Fields in org.deegree.layer declared as CollectionUtils.Mapper
static CollectionUtils.Mapper<LayerMetadata,Layer> AbstractLayer.LAYER_METADATA
           
static CollectionUtils.Mapper<String,Layer> AbstractLayer.LAYER_NAME
           
 



Copyright © 2011. All Rights Reserved.