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 void
appendNode(TKey id, TKey parentId, TValue node)
TValue
getById(TKey pid)
Set<TKey>
getChildrenIds(TKey pid)
List<TValue>
getChildrenValues(TKey pid)
Collection<TValue>
getValues()
int
size()
-
-
-
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()
-
-