Uses of Interface
org.omnaest.utils.structure.map.MapUtils.MapEntryToElementConverter

Packages that use MapUtils.MapEntryToElementConverter
org.omnaest.utils.structure.map   
 

Uses of MapUtils.MapEntryToElementConverter in org.omnaest.utils.structure.map
 

Methods in org.omnaest.utils.structure.map with parameters of type MapUtils.MapEntryToElementConverter
static
<TO,K,V> List<TO>
MapUtils.toList(Map<K,V> map, MapUtils.MapEntryToElementConverter<TO,K,V> mapEntryToElementConverter)
          Transforms a given Map to a List using the given MapUtils.MapEntryToElementConverter to create single elements for the List based on the Map.Entrys of the given Map
 



Copyright © 2013. All Rights Reserved.