|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinterring.InterringNode
public class InterringNode
Field Summary | |
---|---|
java.util.Vector<InterringNode> |
children
|
Constructor Summary | |
---|---|
InterringNode()
Konstruktor |
|
InterringNode(java.lang.String name,
long size)
Konstruktor |
Method Summary | |
---|---|
void |
addChild(InterringNode node)
Methode um Kinder hinzuzufügen |
static void |
addChildren(InterringNode node,
InterringNode[] nodes)
Methode um Kinder hinzufügen (statisch) |
long |
getBranchSize()
Methode um Größe des aufgespannten Subbaums zu ermitteln |
InterringNode |
getChildAt(int i)
|
int |
getChildCount()
|
long |
getFileCount()
|
int |
getIndexOfChild(InterringNode node)
|
java.lang.String |
getName()
|
long |
getSize()
|
boolean |
isleaf()
Methode um Festzustellen ob Node ein Blatt ist |
void |
setName(java.lang.String name)
|
void |
setSize(long size)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.Vector<InterringNode> children
Constructor Detail |
---|
public InterringNode()
public InterringNode(java.lang.String name, long size)
name
- - Namesize
- - GrößeMethod Detail |
---|
public static void addChildren(InterringNode node, InterringNode[] nodes)
node
- nodes
- public void addChild(InterringNode node)
node
- public boolean isleaf()
public long getBranchSize()
public long getFileCount()
public java.lang.String getName()
public long getSize()
public void setName(java.lang.String name)
public void setSize(long size)
public int getChildCount()
public InterringNode getChildAt(int i)
public int getIndexOfChild(InterringNode node)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |