You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aatree.CountedSequence is the sequence returned by the clojure.core/seq function when passed an aatree data structure. It has two small advantages over other sequence implementations:
Atoms are used in place of synchronized. And
The Counted interface is implemented, with the count method returning the number of items in the sequence without having to process the sequence contents.