Uses of Interface
org.omnaest.utils.structure.element.KeyExtractor

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

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

Methods in org.omnaest.utils.structure.collection.list with parameters of type KeyExtractor
static
<K,V,E> Map<K,V>
ListUtils.toMap(KeyExtractor<? extends K,V> keyExtractor, Iterable<? extends V> iterable)
          Same as MapUtils.valueOf(KeyExtractor, Iterable)
 

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

Methods in org.omnaest.utils.structure.map with parameters of type KeyExtractor
<K,VL> MapJoiner.From<K,VL>
MapJoiner.from(KeyExtractor<K,VL> keyExtractor, Iterable<VL> iterable)
           
<VR> MapJoiner.JoinResult<K,VL,VR>
MapJoiner.From.joinInner(KeyExtractor<? extends K,VR> keyExtractor, Iterable<? extends VR> iterable)
          Similar to MapJoiner.From.joinInner(Map) but using a given Iterable and a related KeyExtractor
static
<K,V> Map<K,V>
MapUtils.valueOf(KeyExtractor<? extends K,V> keyExtractor, Iterable<? extends V> iterable)
          Returns a new Map instance for the given Iterable using the given KeyExtractor to extract every key one by one from the Iterable
 



Copyright © 2013. All Rights Reserved.