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

Packages that use TupleTwo
org.omnaest.utils.events.adapter   
org.omnaest.utils.tuple   
 

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

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

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

Uses of TupleTwo in org.omnaest.utils.tuple
 

Methods in org.omnaest.utils.tuple that return TupleTwo
 TupleTwo<T2,T1> TupleTwo.newInvertedInstance()
          Deprecated. Returns a new TupleTwo instance with inverted first and second value
 

Constructors in org.omnaest.utils.tuple with parameters of type TupleTwo
TupleTwo(TupleTwo<T1,T2> tupleTwo)
          Deprecated. Creates a new TupleTwo instance based on the values of an already existing instance
 



Copyright © 2013. All Rights Reserved.