See IterableBase.contains
bool contains(Object object) { AvlNode<V> x = _getNode(object as V); return x != null; }