BlackNode
MapEntry
RedNode
Protocol for examining a map entry.
(defprotocol IMapEntry (-key [coll] "Returns the key of the map entry.") (-val [coll] "Returns the value of the map entry."))