|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwater.Iced
hex.gbm.DTree.Node
public abstract static class DTree.Node
| Field Summary | |
|---|---|
protected int |
_nid
|
protected int |
_pid
|
protected DTree |
_tree
|
| Method Summary | |
|---|---|
protected abstract AutoBuffer |
compress(AutoBuffer ab)
|
int |
nid()
|
int |
pid()
|
protected abstract int |
size()
|
abstract java.lang.StringBuilder |
toString2(java.lang.StringBuilder sb,
int depth)
|
| Methods inherited from class water.Iced |
|---|
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected transient DTree _tree
protected final int _pid
protected final int _nid
| Method Detail |
|---|
public abstract java.lang.StringBuilder toString2(java.lang.StringBuilder sb,
int depth)
protected abstract AutoBuffer compress(AutoBuffer ab)
protected abstract int size()
public final int nid()
public final int pid()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||