-
Notifications
You must be signed in to change notification settings - Fork 4
Sorted Map
Bill La Forge edited this page Nov 1, 2015
·
5 revisions
aatree.AAMap is fully compatible with clojure.core/sorted-map. But as it implements the Indexed interface, it supports the nth method for accessing content by position.
The function (aatree.core.new-sorted-map opts), depending on how opts is configured, returns a Clojure Sorted Map, a Basic Sorted Map, a Lazy Sorted Map or a Virtual Sorted Map.
extends clojure.lang.APersistentMap
implements [clojure.lang.IObj, clojure.lang.Reversible, clojure.lang.Sorted, clojure.lang.Counted, clojure.lang.Indexed, aatree.nodes.INoded]