public class NodeForClass extends Object
Constructor and Description |
---|
NodeForClass(String className,
long size,
long newSize) |
Modifier and Type | Method and Description |
---|---|
NodeForClass |
getByClassName(String className) |
Object |
getChildAt(int index) |
int |
getChildCount() |
String |
getClassName() |
int |
getIndexOfChild(NodeForClass child) |
long |
getNewSize() |
long |
getSize() |
boolean |
isMarkedNew() |
void |
update(long size,
long newSize) |
void |
update(String ojectClassName,
int objectSize,
int newSize) |
public NodeForClass(String className, long size, long newSize)
public void update(long size, long newSize)
public String getClassName()
public long getSize()
public long getNewSize()
public void update(String ojectClassName, int objectSize, int newSize)
public Object getChildAt(int index)
public int getChildCount()
public int getIndexOfChild(NodeForClass child)
public boolean isMarkedNew()
public NodeForClass getByClassName(String className)
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.