| JGL - The Generic Collection Library for Java |
All Packages Class Hierarchy This Package Previous Next Index
Class com.objectspace.jgl.functions.SelectSecond
java.lang.Object
|
+----com.objectspace.jgl.functions.SelectSecond
- public final class SelectSecond
- extends Object
- implements UnaryFunction
SelectSecond is a unary function that assumes that its operand is a Pair and returns
its second instance variable.
- See Also:
- SelectFirst
-
SelectSecond()
-
-
execute(Object)
- Return the second instance variable of my operand.
SelectSecond
public SelectSecond()
execute
public Object execute(Object object)
- Return the second instance variable of my operand.
- Parameters:
- object - The operand, which must be an instance of Pair.
- Returns:
- object.second
All Packages Class Hierarchy This Package Previous Next Index