Open jbee opened 12 years ago
Should there be a constant empty in each of the list types having element type Object (generic is not possible) ?
empty
Object
This would allow a easy access like:
List<Object> l = List.empty;
List, Bag and Set``got theirempty`. Maps are waiting...
List
Bag
Set``got their
Should there be a constant
empty
in each of the list types having element typeObject
(generic is not possible) ?This would allow a easy access like: