public class CantorInterval extends DefaultMutableTreeNode
| Modifier and Type | Class and Description |
|---|---|
static class |
CantorInterval.Fraction |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
CantorInterval() |
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
children() |
TreeNode |
getChildAt(int i) |
int |
getChildCount() |
String |
getLabel() |
String |
toString() |
add, breadthFirstEnumeration, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildBefore, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObjectpublic int getChildCount()
getChildCount in interface TreeNodegetChildCount in class DefaultMutableTreeNodepublic TreeNode getChildAt(int i)
getChildAt in interface TreeNodegetChildAt in class DefaultMutableTreeNodepublic Enumeration children()
children in interface TreeNodechildren in class DefaultMutableTreeNodepublic String getLabel()
public String toString()
toString in class DefaultMutableTreeNodeCopyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.