public class ValueTuple extends Object
| Modifier and Type | Field and Description |
|---|---|
static Comparator<ValueTuple> |
COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Value |
getOnlyValue() |
int |
hashCode() |
static ValueTuple |
of(Object... objects) |
static ValueTuple |
of(Value... values) |
int |
size() |
String |
toString() |
Value |
valueAt(int offset) |
public static Comparator<ValueTuple> COMPARATOR
public static ValueTuple of(Value... values)
public static ValueTuple of(Object... objects)
public int size()
public Value valueAt(int offset)
public Value getOnlyValue()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.