public final class MapValue extends VirtualValue
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(VirtualValue other,
Comparator<AnyValue> comparator) |
int |
computeHash() |
boolean |
containsKey(String key) |
Set<Map.Entry<String,AnyValue>> |
entrySet() |
boolean |
equals(VirtualValue other) |
void |
foreach(BiConsumer<String,AnyValue> f) |
AnyValue |
get(String key) |
ListValue |
keys() |
int |
size() |
Boolean |
ternaryEquals(AnyValue other) |
String |
toString() |
VirtualValueGroup |
valueGroup() |
<E extends Exception> |
writeTo(AnyValueWriter<E> writer) |
eqequals, hashCode, isSequenceValuepublic boolean equals(VirtualValue other)
equals in class VirtualValuepublic int computeHash()
public <E extends Exception> void writeTo(AnyValueWriter<E> writer) throws E extends Exception
public ListValue keys()
public VirtualValueGroup valueGroup()
valueGroup in class VirtualValuepublic int compareTo(VirtualValue other, Comparator<AnyValue> comparator)
compareTo in class VirtualValuepublic Boolean ternaryEquals(AnyValue other)
ternaryEquals in class VirtualValuepublic void foreach(BiConsumer<String,AnyValue> f)
public boolean containsKey(String key)
public int size()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.