This website requires JavaScript.
Explore
Help
Register
Sign In
stan
/
jdk-24
Watch
1
Star
0
Fork
0
You've already forked jdk-24
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
jdk-24
/
jdk
/
test
/
java
/
util
/
Map
History
Brian Burkhalter
ca9e74c63d
8024331: j.u.Map.computeIfPresent() default/nondefault implementations don't throw NPE if the remappingFunction is null and the key is absent
...
Explicitly check for null remappingFunction parameter. Reviewed-by: mduigou, forax, psandoz
2013-09-20 15:12:05 -07:00
..
BasicSerialization.java
8011200: (coll) Optimize empty HashMap and ArrayList
2013-04-10 12:43:18 -07:00
Collisions.java
8024009: Remove jdk.map.useRandomSeed system property
2013-09-12 14:22:53 -07:00
Defaults.java
8024331: j.u.Map.computeIfPresent() default/nondefault implementations don't throw NPE if the remappingFunction is null and the key is absent
2013-09-20 15:12:05 -07:00
EntryComparators.java
8023528: Rename Comparator combinators to disambiguate overloading methods
2013-08-21 20:41:35 -07:00
EntryHashCode.java
8004982: JDK8 source with GPL header errors
2012-12-20 16:24:50 -08:00
Get.java
7197491: update copyright year to match last edit in jdk8 jdk repository
2012-11-02 15:50:11 +00:00
InPlaceOpsCollisions.java
8023463: Improvements to HashMap/LinkedHashMap use of bins/buckets and trees (red/black)
2013-09-04 09:34:25 +02:00
LockStep.java
7129185: Add Collections.{checked|empty|unmodifiable}Navigable{Map|Set}
2013-07-12 11:11:30 -07:00
MapBinToFromTreeTest.java
8023463: Improvements to HashMap/LinkedHashMap use of bins/buckets and trees (red/black)
2013-09-04 09:34:25 +02:00
ToArray.java
8008785: IdentityHashMap.values().toArray(V[]) broken by JDK-8008167
2013-02-27 11:00:20 -08:00