Generated by
JDiff

Class java.util.Collections

Added Methods
List singletonList(Object) Returns an immutable list containing only the specified object.
Map singletonMap(Object, Object) Returns an immutable map mapping only the specified key to the specified value.
 

Added Fields
Map EMPTY_MAP The empty map (immutable).