Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.util.InfinispanCollections.Function

Packages that use InfinispanCollections.Function
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.Function in org.infinispan.util
 

Methods in org.infinispan.util with parameters of type InfinispanCollections.Function
static
<K,V,E> Map<K,V>
InfinispanCollections.transformMapValue(Map<K,E> input, InfinispanCollections.Function<E,V> f)
          Given a map of well known key/value types, it makes a shallow copy of it while at the same time transforming it's value type to a desired output type.
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.