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

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

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

Methods in org.hibernate.validator.internal.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.
static
<K,V> Map<K,Set<V>>
CollectionHelper.partition(Set<V> set, CollectionHelper.Partitioner<K,V> partitioner)
          Creates a map containing the given set's values partitioned by the given partitioner.
 



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