Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static <K,V,E> Map<K,V> |
InfinispanCollections.transformCollectionToMap(Collection<E> input,
InfinispanCollections.MapMakerFunction<K,V,E> f)
Given a collection, transforms the collection to a map given a
InfinispanCollections.MapMakerFunction |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.