Uses of Class
org.javimmutable.collections.MapEntry

Packages that use MapEntry
org.javimmutable.collections   
 

Uses of MapEntry in org.javimmutable.collections
 

Methods in org.javimmutable.collections that return MapEntry
static
<K,V> MapEntry<K,V>
MapEntry.of(JImmutableMap.Entry<K,V> entry)
           
static
<K,V> MapEntry<K,V>
MapEntry.of(K key, V value)
           
static
<K,V> MapEntry<K,V>
MapEntry.of(Map.Entry<K,V> entry)
           
 



Copyright © 2014 Burton Computer Corporation. All rights reserved.