|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InfinispanCollections.MapMakerFunction | |
---|---|
org.infinispan.util | General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. |
Uses of InfinispanCollections.MapMakerFunction in org.infinispan.util |
---|
Methods in org.infinispan.util with parameters of type InfinispanCollections.MapMakerFunction | ||
---|---|---|
static
|
InfinispanCollections.transformCollectionToMap(Collection<E> input,
InfinispanCollections.MapMakerFunction<K,V,E> f)
Given a collection, transforms the collection to a map given a InfinispanCollections.MapMakerFunction |
|
--> |