Uses of Class
org.odata4j.core.ImmutableMap

Packages that use ImmutableMap
org.odata4j.core Core odata4j concepts. 
 

Uses of ImmutableMap in org.odata4j.core
 

Methods in org.odata4j.core that return ImmutableMap
 ImmutableMap<K,V> ImmutableMap.Builder.build()
           
static
<K,V> ImmutableMap<K,V>
ImmutableMap.of()
           
static
<K,V> ImmutableMap<K,V>
ImmutableMap.of(K key1, V value1)
           
static
<K,V> ImmutableMap<K,V>
ImmutableMap.of(K key1, V value1, K key2, V value2)
           
static
<K,V> ImmutableMap<K,V>
ImmutableMap.of(K key1, V value1, K key2, V value2, K key3, V value3)
           
static
<K,V> ImmutableMap<K,V>
ImmutableMap.of(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4)
           
static
<K,V> ImmutableMap<K,V>
ImmutableMap.of(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4, K key5, V value5)
           
 



http://odata4j.org