InputType
- The type for the input object in the pair.OutputType
- The type for the output object in the pair.@CodeReview(reviewer="Justin Basilico", date="2006-10-04", changesNeeded=false, comments="Simple container class looks fine.") public interface InputOutputPair<InputType,OutputType> extends Pair<InputType,OutputType>
Modifier and Type | Method and Description |
---|---|
InputType |
getInput()
Gets the input.
|
OutputType |
getOutput()
Gets the output.
|
InputType getInput()
OutputType getOutput()