com.dtolabs.rundeck.core.utils
Interface Pair<T,W>

All Known Implementing Classes:
PairImpl, ProviderIdent, StateUtils.CtxItem

public interface Pair<T,W>

Pair of objects


Method Summary
 T getFirst()
          Return the first item
 W getSecond()
          Return the second item
 

Method Detail

getFirst

T getFirst()
Return the first item


getSecond

W getSecond()
Return the second item