Searched defs:bottomEdgeHash (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DHierarchicalLayoutManager.java82 private HashMap<LayoutEdge, LayoutEdge> bottomEdgeHash; field in class:HierarchicalLayoutManager
205 bottomEdgeHash = new HashMap<LayoutEdge, LayoutEdge>();
1495 bottomEdgeHash.put(topEdge, bottomEdge);

Completed in 35 milliseconds