Class PartiallyOrderedSet.Entry<E>

    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(E element, java.util.Set<E> predecessors)  
    • Constructor Detail

      • Entry

        public Entry​(E element,
                     java.util.Set<E> predecessors)
    • Method Detail

      • getElement

        public E getElement()
      • getPredecessors

        public java.util.Set<E> getPredecessors()