JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.dtolabs.rundeck.core.utils
Interface Pair<T,W>
All Known Implementing Classes:
NullablePairImpl
,
PairImpl
,
ProviderIdent
,
StateUtils.CtxItem
,
StepContextWorkflowExecutionListener.ctxPair
public interface
Pair<T,W>
Pair of objects
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
getFirst
()
W
getSecond
()
Method Detail
getFirst
T
getFirst()
Returns:
the first item
getSecond
W
getSecond()
Returns:
the second item
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method