A Red-Black tree based NavigableMap implementation.
This implementation provides guaranteed log(n) time cost for the containsKey, get, put and remove operations. Algorithms are adaptations of those in Cormen, Leiserson, and Rivest's Introduction to Algorithms.
TreeMap is:
From here: http://java.sun.com/javase/6/docs/api/java/util/TreeMap.html