Create a natural order, empty tree map whose keys must be mutually comparable and non-null.
Create a tree map ordered by {@code comparator} . This map's keys may only be null if {@code * comparator} permits.
{@code comparator}
{@code * comparator}
the comparator to order elements with, or {@code null} to use the natural ordering.
{@code null}