Class CypherMap

  • All Implemented Interfaces:
    com.graphdbapi.memory.MemoryEstimable

    public abstract class CypherMap
    extends CypherAny
    Driver传输Map类型的对象。(key为String)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static CypherMap EMPTY  
    • 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CypherMap

        public CypherMap()
    • Method Detail

      • getMap

        public abstract java.util.Map<java.lang.String,​CypherAny> getMap()