JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
org.neo4j.driver
Package
org.neo4j.driver.util
Interface Pair<K,
V>
Type Parameters:
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
()
V
value
()
Method Details
key
K
key
()
Returns:
the property key
value
V
value
()
Returns:
the property value