https://gochev.blogspot.com/2010/07/using-of-collectionsemptylist-right-way.html?showComment=1280304868140
Using of Collections.emptyList() the right way in Java 1.5+
It is little strange that no one really uses emptyList like he should in Java. So this is small post showing how to use the em...
the right wayusingcollections