Introduction - If you have any usage issues, please Google them yourself
Red-black tree is a binary tree search more efficient, so often used to implement associative arrays. Typically, JDK provides a collection of classes TreeMap itself is a red-black tree implementation.