Package org.basex.util
Class Pair<N,V>
java.lang.Object
org.basex.util.Pair<N,V>
- Type Parameters:
N- nameV- value
A pair consisting of two elements.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Pair
Constructor.- Parameters:
name- namevalue- value
-
-
Method Details
-
name
Returns the name.- Returns:
- name
-
value
Returns the value.- Returns:
- value
-