| Constructor and Description |
|---|
JoinNode(Comparable<?> value) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(JoinTree.JoinNode child) |
void |
addIndexA(Integer index) |
void |
addIndexB(Integer index) |
void |
clear() |
JoinTree.JoinNode |
getChild(Comparable<?> value) |
Collection<Integer> |
getIndicesA() |
Collection<Integer> |
getIndicesB() |
Comparable<?> |
getValue() |
boolean |
hasChildren() |
void |
removeChild(Comparable<?> value) |
void |
removeChild(JoinTree.JoinNode child) |
public JoinNode(Comparable<?> value)
public void clear()
public Comparable<?> getValue()
public void addChild(JoinTree.JoinNode child)
public JoinTree.JoinNode getChild(Comparable<?> value)
public void removeChild(JoinTree.JoinNode child)
public void removeChild(Comparable<?> value)
public void addIndexA(Integer index)
public void addIndexB(Integer index)
public boolean hasChildren()
public Collection<Integer> getIndicesA()
public Collection<Integer> getIndicesB()
Copyright © 2020. All rights reserved.