Ejemplo n.º 1
0
        /*
         * 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());
        }