@serial include
@serial include
@serial include
A Red-Black tree based {@link NavigableMap} implementation. The map is sorted according to the {@linkplain Comparable natural ordering} of its keys, or by a {@link Comparator} provided at map creation time, depending on which constructor is used.
Node in the Tree. Doubles as a means to pass key-value pairs back to user (see MapEntry).