A B C D E F G H I J L M N O P R S T V

J

jumpedDeeper - Variable in class com.accountingenhancements.treearray.TreeCrawler
 
jumpedDeeper() - Method in class com.accountingenhancements.treearray.TreeCrawler
Used to determine whether class is contining down the current set of branches or whether it backtracked.
Note: level could stay the same if backing up to the previous branch and then moving forward again on the next branch down.
You can use level to determine just how far you moved.
jumpToBeforeFirstLeaf() - Method in class com.accountingenhancements.treearray.TreeCrawler
Reset the current BranchNode index so that the first leaf is returned from getNextLeaf().
jumptoLastLeaf() - Method in class com.accountingenhancements.treearray.TreeCrawler
Jump to last leaf so that getNextLeaf() returns null and causes the class to jump to the next branch.
justJumpedBranches - Variable in class com.accountingenhancements.treearray.TreeCrawler
 
justJumpedBranches() - Method in class com.accountingenhancements.treearray.TreeCrawler
 

A B C D E F G H I J L M N O P R S T V