Class mxGraphHierarchyRank

All Implemented Interfaces:
Serializable, Cloneable, Iterable<mxGraphAbstractHierarchyCell>, Collection<mxGraphAbstractHierarchyCell>, SequencedCollection<mxGraphAbstractHierarchyCell>, SequencedSet<mxGraphAbstractHierarchyCell>, Set<mxGraphAbstractHierarchyCell>

public class mxGraphHierarchyRank extends LinkedHashSet<mxGraphAbstractHierarchyCell>
An abstraction of a rank in the hierarchy layout. Should be ordered, perform remove in constant time and contains in constant time
See Also:
  • Constructor Details

    • mxGraphHierarchyRank

      public mxGraphHierarchyRank()