Tagged Questions
1
vote
2answers
175 views
A custom Java collection which doesn't support nulls
I am making a GWT application and have to prevent client code from using null values in collections.
I found an answer but GWT doesn't support Queue and its ...