11

java - Should I return a Collection or a Stream? - Stack Overflow

 6 years ago
source link: https://stackoverflow.com/questions/24676877/should-i-return-a-collection-or-a-stream/24679745#24679745
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
Suppose I have a method that returns a read-only view into a member list:class Team{ private List<Player> players = new ArrayList<>(); // ... public List<Player>

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK