Uses of Interface
org.openwms.core.util.lang.ListExtractor

Packages that use ListExtractor
org.openwms.core.util.lang This package provides utility classes to support common language features. 
 

Uses of ListExtractor in org.openwms.core.util.lang
 

Methods in org.openwms.core.util.lang with parameters of type ListExtractor
static
<K,V> Map<K,V>
CollectionUtil.asHashMap(List<V> list, ListExtractor<K,V> extractor)
          Convert a list into a LinkedHashMap using a ListExtractor to determine the keys and values for the new Map.
 



Copyright © 2005-2011 openwms.org. All Rights Reserved.