Class GraphEntitiesImpl<E extends GraphEntity>

    • Constructor Detail

      • GraphEntitiesImpl

        protected GraphEntitiesImpl​(Function<E,​Long> valueToKey)
        Constructor
        Parameters:
        valueToKey - the mapping from key to value of the graph entity
      • GraphEntitiesImpl

        protected GraphEntitiesImpl​(GraphEntitiesImpl<E> other)
        copy constructor
        Parameters:
        other - to copy