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

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DEftarFile.java62 class Node { class in class:EftarFile
66 public Map<Long, Node> children;
71 public Node(long hash, String tag) { method in class:EftarFile.Node
74 children = new TreeMap<Long, Node>();
77 public Node put(long hash, String desc) {
79 children.put(hash, new Node(hash, desc));
84 public Node get(long hash) {
154 private void write(Node n) throws IOException {
159 for (Node childnode : n.children.values()) {
179 for (Node childnod
[all...]
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DNode.java93 * @version $Id: Node.java,v 1.5 2003/10/13 07:59:46 rdonkin Exp $
96 public abstract class Node class in inherits:ToString,Comparable
118 protected Node rcsnext;
120 protected Node parent;
122 protected Node child;
149 protected Node(Node other) method in class:Node
165 protected Node(Version vernum, Node rcsnext) method in class:Node
182 static Node newNod
[all...]
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 21 milliseconds