Course contentsShow
Java
Lesson 1116 of 2,87026. Map ImplementationsPro lesson

The Treeification Threshold: TREEIFY_THRESHOLD = 8

Learn when HashMap converts a bucket from linked list to tree: after 8 colliding entries in the same bucket.

This lesson is for subscribers

You've completed the free preview. Subscribe to unlock every lesson in every course.