Uses of Class
org.omnaest.utils.tuple.TupleDuad

Packages that use TupleDuad
org.omnaest.utils.events.adapter   
org.omnaest.utils.structure.map   
 

Uses of TupleDuad in org.omnaest.utils.events.adapter
 

Fields in org.omnaest.utils.events.adapter with type parameters of type TupleDuad
protected  List<TupleDuad<CLIENT,RESULT>> EventListenerAdapter.ClientResultContainer.clientResultList
           
 

Methods in org.omnaest.utils.events.adapter that return types with arguments of type TupleDuad
 List<TupleDuad<CLIENT,RESULT>> EventListenerAdapter.ClientResultContainer.getClientResultList()
           
 

Uses of TupleDuad in org.omnaest.utils.structure.map
 

Methods in org.omnaest.utils.structure.map that return types with arguments of type TupleDuad
static
<K,VA,VB> List<TupleDuad<VA,VB>>
MapUtils.innerJoinMapByKey(Map<K,VA> mapA, Map<K,VB> mapB)
          Returns a list of TupleDuad instances which have always the value of the first map and the value of the second map which share the same key over both maps.
 



Copyright © 2011. All Rights Reserved.