Class Pair<L,R>
java.lang.Object
org.owasp.dependencycheck.utils.Pair<L,R>
- Type Parameters:
L- the type for the left element in the pairR- the type for the right element in the pair
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines the equality of this and the provided object.getLeft()Get the value of left.getRight()Get the value of right.inthashCode()Generates the hash code using the hash codes from the contained objects.voidSet the value of left.voidSet the value of right.
-
Constructor Details
-
Pair
public Pair()Constructs a new empty pair. -
Pair
-
-
Method Details
-
getLeft
-
setLeft
-
getRight
-
setRight
-
hashCode
-
equals
-