/* * Returns the number of elements in this {@code TreeSet}. * * @return the number of elements in this {@code TreeSet}. */ public override int size() { return(backingMap.size()); }