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