Uses of Class
org.gcube.vremanagement.executor.stubs.AnyPair

Packages that use AnyPair
org.gcube.vremanagement.executor.stubs   
 

Uses of AnyPair in org.gcube.vremanagement.executor.stubs
 

Methods in org.gcube.vremanagement.executor.stubs that return AnyPair
 AnyPair[] AnyMap.getEntries()
          Gets the entries value for this AnyMap.
 AnyPair AnyMap.getEntries(int i)
           
 

Methods in org.gcube.vremanagement.executor.stubs with parameters of type AnyPair
 void AnyMap.setEntries(AnyPair[] entries)
          Sets the entries value for this AnyMap.
 void AnyMap.setEntries(int i, AnyPair _value)
           
 

Constructors in org.gcube.vremanagement.executor.stubs with parameters of type AnyPair
AnyMap(AnyPair[] entries)