|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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
|
CollectionHelper.partition(Set<V> set,
CollectionHelper.Partitioner<K,V> partitioner)
Creates a map containing the given set's values partitioned by the given partitioner. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||