Package science.aist.neo4j.util
Class Pair<K,V>
- java.lang.Object
-
- science.aist.neo4j.util.Pair<K,V>
-
public class Pair<K,V> extends Object
- Since:
- 1.0
- Author:
- Oliver Krauss
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
V
getValue()
void
setKey(K key)
void
setValue(V value)
-