public interface Skb_Pair<LHS,RHS>
| Modifier and Type | Method and Description |
|---|---|
static <LHS,RHS> Skb_Pair<LHS,RHS> |
create(LHS lhs,
RHS rhs)
Returns a new Pair of given type with default description.
|
static <LHS,RHS> Skb_Pair<LHS,RHS> |
create(LHS lhs,
RHS rhs,
String description)
Returns a new Pair of given type with given description.
|
String |
getDescription()
Returns the description of an object
|
LHS |
left()
Returns the value of the left hand side of the pair
|
LHS |
lhs()
Returns the value of the left hand side of the pair
|
RHS |
rhs()
Returns the value of the right hand side of the pair
|
RHS |
right()
Returns the value of the right hand side of the pair
|
RHS rhs()
RHS right()
LHS lhs()
LHS left()
String getDescription()
static <LHS,RHS> Skb_Pair<LHS,RHS> create(LHS lhs, RHS rhs)
LHS - type for left hand siteRHS - type for right hand siterhs - right hand side of the pairlhs - left hand side of the pairstatic <LHS,RHS> Skb_Pair<LHS,RHS> create(LHS lhs, RHS rhs, String description)
LHS - type for left hand siteRHS - type for right hand siterhs - right hand side of the pairlhs - left hand side of the pairdescription - description of the pairCopyright © 2010–2015. All rights reserved.