summaryrefslogtreecommitdiff
path: root/Lib/java/std_unordered_set.i
Commit message (Expand)AuthorAgeFilesLines
* Correct unordered_set/unordered_multiset template Key parameter nameWilliam S Fulton2019-03-121-20/+20
* Handle review commentsZachary Hensley2019-02-221-5/+5
* Add STL container copy constructors where missingWilliam S Fulton2019-02-141-1/+1
* Cosmetic STL typedef changesWilliam S Fulton2019-02-141-2/+2
* Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-131-1/+1
* Add missing typedefs to Java STL containersWilliam S Fulton2019-02-121-0/+4
* Replicate some cosmetic changes from std_map.iWilliam S Fulton2019-02-121-23/+23
* Legacy macros, protected iterator, typedefsBrad Kotsopoulos2019-02-041-0/+6
* Add to STL file as wellBrad Kotsopoulos2018-12-271-1/+1
* Add set/unordered_set that extend AbstractSetBrad Kotsopoulos2018-11-301-4/+146
* Add unordered_{set|map} and set to JavaBrad Kotsopoulos2018-11-231-0/+47