Package jetbrains.buildServer.processes
Class IdentifierTree<TKey,TValue>
- java.lang.Object
-
- jetbrains.buildServer.processes.IdentifierTree<TKey,TValue>
-
- Direct Known Subclasses:
IdentifierTreeWithDump
public class IdentifierTree<TKey,TValue> extends Object
Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 09.10.2007 Time: 12:19:26
-
-
Constructor Summary
Constructors Constructor Description IdentifierTree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidappendNode(TKey id, TKey parentId, TValue node)TValuegetById(TKey pid)Set<TKey>getChildrenIds(TKey pid)List<TValue>getChildrenValues(TKey pid)Collection<TValue>getValues()intsize()
-
-
-
Method Detail
-
getValues
public Collection<TValue> getValues()
-
appendNode
protected void appendNode(@NotNull TKey id, @NotNull TKey parentId, @NotNull TValue node) throws IdentifierTreeException- Throws:
IdentifierTreeException
-
size
public int size()
-
-