Uses of Class
org.op4j.functions.FnMapOf

Packages that use FnMapOf
org.op4j.functions   
 

Uses of FnMapOf in org.op4j.functions
 

Methods in org.op4j.functions that return FnMapOf
static
<K,V> FnMapOf<K,V>
FnMap.of(org.javaruntype.type.Type<K> keyType, org.javaruntype.type.Type<V> valueType)
           Specifies the type of the map components (key+value), so that the adequate map functions can be offered.
static FnMapOf<Integer,String> FnMap.ofIntegerString()
           Specifies the map as a Map<Integer,String>, so that the adequate map functions can be offered.
static FnMapOf<Object,Object> FnMap.ofObjectObject()
           Specifies the map as a Map<Object,Object>, so that the adequate map functions can be offered.
static FnMapOf<String,Integer> FnMap.ofStringInteger()
           Specifies the map as a Map<String,Integer>, so that the adequate map functions can be offered.
static FnMapOf<String,String> FnMap.ofStringString()
           Specifies the map as a Map<String,String>, so that the adequate map functions can be offered.
 



Copyright © 2012 The OP4J team. All Rights Reserved.