Join Slack
Powered by
I have a data structure un tree, Father , father, ...
# android
a
Android75
12/16/2017, 9:46 AM
I have a data structure un tree, Father , father, daughters and grandchildren. Every father has a parentID = null. Ok i have List<All> List<Father> , how can i filter List<All> and get all daughters with parentId for all Fathers?
Open in Slack
Previous
Next