summaryrefslogtreecommitdiff
path: root/ojluni/annotations/sdk/nullability/java/util/HashSet.annotated.java
Commit message (Collapse)AuthorAgeFilesLines
* Add nullability annotations to several Collection types.Pete Gillin2018-11-071-0/+58
N.B. List has already been annotated (see List.annotated.java) and most of these annotations are just copies of those. There are additional methods on Queue and Deque, where the only interesting thing is the distinction between peek vs element, poll vs remove, etc. Test: make core-current-stubs-nullability-validation-check-nullability-warnings Bug: 64930165 Change-Id: I579af8696e6a57f009d239cfbf74f9e07d37d654