Uses of Interface
org.omnaest.utils.structure.element.converter.ElementConverterElementToMapEntry

Packages that use ElementConverterElementToMapEntry
org.omnaest.utils.structure.collection   
org.omnaest.utils.structure.collection.list   
org.omnaest.utils.structure.map   
 

Uses of ElementConverterElementToMapEntry in org.omnaest.utils.structure.collection
 

Methods in org.omnaest.utils.structure.collection with parameters of type ElementConverterElementToMapEntry
static
<K,V,E> Map<K,V>
CollectionUtils.toMap(Iterable<E> iterable, ElementConverterElementToMapEntry<E,K,V> elementToMapEntryTransformer)
          Transforms a given Iterable into a Map using a LinkedHashMap which keeps the order of the List.
 

Uses of ElementConverterElementToMapEntry in org.omnaest.utils.structure.collection.list
 

Methods in org.omnaest.utils.structure.collection.list with parameters of type ElementConverterElementToMapEntry
static
<K,V,E> Map<K,V>
ListUtils.toMap(Iterable<E> iterable, ElementConverterElementToMapEntry<E,K,V> elementToMapEntryTransformer)
           
 

Uses of ElementConverterElementToMapEntry in org.omnaest.utils.structure.map
 

Methods in org.omnaest.utils.structure.map with parameters of type ElementConverterElementToMapEntry
static
<K,V,E> Map<K,V>
MapUtils.valueOf(Iterable<E> iterable, ElementConverterElementToMapEntry<E,K,V> elementToMapEntryTransformer)
          Returns a new Map instance for the given Iterable using the ElementConverterElementToMapEntry instance to convert every element to an Map.Entry
 



Copyright © 2013. All Rights Reserved.