Skip to content
Bill La Forge edited this page Nov 1, 2015 · 5 revisions

API

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]

source

Clone this wiki locally