Class Graph.Builder.Context

  • Enclosing class:
    Graph.Builder

    protected class Graph.Builder.Context
    extends java.lang.Object
    A context object passed to nested builders when creating a builder chain.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Context()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • nodeBuilders

        protected java.util.Map<java.lang.Object,​Node.Builder> nodeBuilders
        Node.Builders, which are part of the builder chain, mapped to their keys.
      • nodeKeys

        protected java.util.List<java.lang.Object> nodeKeys
        Stores incoming node keys in order.
      • nodeKeyToBuilderMap

        protected java.util.Map<java.lang.Object,​Node.Builder> nodeKeyToBuilderMap
        Stores node builders
    • Constructor Detail

      • Context

        protected Context()