Uses of Interface
org.hibernate.validator.util.CollectionHelper.Partitioner

Packages that use CollectionHelper.Partitioner
org.hibernate.validator.util Independent helper classes. 
 

Uses of CollectionHelper.Partitioner in org.hibernate.validator.util
 

Methods in org.hibernate.validator.util with parameters of type CollectionHelper.Partitioner
static
<K,V> Map<K,List<V>>
CollectionHelper.partition(List<V> list, CollectionHelper.Partitioner<K,V> partitioner)
          Creates a map containing the given list's values partitioned by the given partitioner.
 



Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved