Uses of Class
ma.glasnost.orika.MapEntry

Packages that use MapEntry
ma.glasnost.orika   
 

Uses of MapEntry in ma.glasnost.orika
 

Methods in ma.glasnost.orika that return types with arguments of type MapEntry
static
<K,V> Type<MapEntry<K,V>>
MapEntry.concreteEntryType(Type<? extends Map<K,V>> mapType)
          Returns the concrete MapEntry<K,V> type that represents the entries of the given map
static
<K,V> Set<MapEntry<K,V>>
MapEntry.entrySet(Map<K,V> map)
           
 



Copyright © 2013 Glasnost. All Rights Reserved.