SyntaxFix
Write A Post
Hire A Developer
Questions
You could create a new List and addAll() of your other Lists to it. Then return an unmodifiable list with Collections.unmodifiableList().
List
addAll()
Collections.unmodifiableList()