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

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DEftarFile.java52 * doing binary search in sorted list of children
66 public Map<Long, Node> children; field in class:EftarFile.Node
74 children = new TreeMap<Long, Node>();
78 if (children.get(hash) == null) {
79 children.put(hash, new Node(hash, desc));
81 return children.get(hash);
85 return children.get(hash);
159 for (Node childnode : n.children.values()) {
161 if (childnode.children.size() > 0) {
163 out.writeShort((short) childnode.children
[all...]
/opengrok-jel/lib/
H A Dswing-layout-0.9.jar ... .lang.Object { private java.util.Map children private java.awt.Insets[] insets public void " href ...

Completed in 11 milliseconds