JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.neo4j.driver
org.neo4j.driver.util
Pair
Contents
Description
Method Summary
Method Details
key()
value()
Hide sidebar
Show sidebar
Interface Pair<K,
V>
Type Parameters:
K
- the Java type of the key
V
- the Java type of the contained value
@Immutable
public interface
Pair<K,
V>
Immutable pair of a key and a value
Since:
1.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
K
key
()
Returns the property key.
V
value
()
Returns the property value.
Method Details
key
K
key
()
Returns the property key.
Returns:
the property key
value
V
value
()
Returns the property value.
Returns:
the property value