SortedListA list that keeps insertion order sorted automatically. Binary-search lookups, positional access, range queries.
SortedSetA sorted set with no duplicates, plus set-theory operations — union, intersection, difference, isSubsetOf.
SortedMapA dictionary ordered by key, with the same range-query and positional-access API as the other two.