gtree
gtree copied to clipboard
Tree.hasChildren (without nullsafe refactor)
this method is very handy if you want to iterate over all the tree and don't want to check of Tree.getChildren nullity or avoid a NullPointerException
I prefer the other PR (#4) which is a null safe version