Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tree.hasChildren (without nullsafe refactor) #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jpcaruana
Copy link

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

Jean-Philippe CARUANA added 2 commits February 10, 2015 17:01
this method is very handy if you want to iterate over all the tree
and don't want to check of Tree.getChildren nullity
@jpcaruana jpcaruana changed the title Tree.hasChildren (without refactor) Tree.hasChildren (without nullsafe refactor) Feb 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant