JGraph
v5.13.0.4


com.jgraph.layout.hierarchical.model
Class JGraphHierarchyRank

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet<E>
              extended by java.util.LinkedHashSet
                  extended by com.jgraph.layout.hierarchical.model.JGraphHierarchyRank
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.Set

public class JGraphHierarchyRank
extends java.util.LinkedHashSet

An abstraction of a rank in the hierarchy layout. Should be ordered, perform remove in constant time and contains in constant time

See Also:
Serialized Form

Constructor Summary
JGraphHierarchyRank()
           
 
Method Summary
 
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Constructor Detail

JGraphHierarchyRank

public JGraphHierarchyRank()

JGraph
v5.13.0.4


Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.