Package com.graphdbapi.values.virtual
Class CypherAnyMap
- java.lang.Object
-
- com.graphdbapi.values.CypherAny
-
- com.graphdbapi.values.virtual.CypherAnyMap
-
- All Implemented Interfaces:
com.graphdbapi.memory.MemoryEstimable
public abstract class CypherAnyMap extends CypherAny
Driver传输Map类型的对象。(key可以为其他类型)
-
-
Field Summary
Fields Modifier and Type Field Description static CypherAnyMap
EMPTY
-
Constructor Summary
Constructors Constructor Description CypherAnyMap()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.util.Map<CypherAny,CypherAny>
getMap()
-
Methods inherited from class com.graphdbapi.values.CypherAny
getMemorySize
-
-
-
-
Field Detail
-
EMPTY
public static CypherAnyMap EMPTY
-
-