iterator property

Iterator<E> iterator

Implementation

Iterator<E> get iterator => new _SplayTreeKeyIterator<E>(this);