I have a data structure un tree, Father , father, ...
# android
a
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?