Package laas.openrobots.ontology.helpers
Class Pair<L,R>
java.lang.Object
laas.openrobots.ontology.helpers.Pair<L,R>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Pair
-
-
Method Details
-
getRight
-
getLeft
-
create
-
equals
-
equal
-
hashCode
public int hashCode() -
toString
-
asList
If the left and right members of the pair have the same type, return a list of the members. Else, return null TODO Test this code!!
-