Class AbstractGraphEdge<S,​T>

    • Field Detail

      • hash

        protected final int hash
      • source

        protected final S source
      • target

        protected final T target
    • Constructor Detail

      • AbstractGraphEdge

        public AbstractGraphEdge​(S source,
                                 T target)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • getSource

        public S getSource()
      • getTarget

        public T getTarget()