Class GafferPopGraphVariables

  • All Implemented Interfaces:
    org.apache.tinkerpop.gremlin.structure.Graph.Variables

    public final class GafferPopGraphVariables
    extends Object
    implements org.apache.tinkerpop.gremlin.structure.Graph.Variables
    • Method Detail

      • keys

        public Set<String> keys()
        Specified by:
        keys in interface org.apache.tinkerpop.gremlin.structure.Graph.Variables
      • get

        public <R> Optional<R> get​(String key)
        Specified by:
        get in interface org.apache.tinkerpop.gremlin.structure.Graph.Variables
      • remove

        public void remove​(String key)
        Specified by:
        remove in interface org.apache.tinkerpop.gremlin.structure.Graph.Variables
      • set

        public void set​(String key,
                        Object value)
        Specified by:
        set in interface org.apache.tinkerpop.gremlin.structure.Graph.Variables