Interface SizedObject

  • All Known Implementing Classes:
    BinomialCoef

    public interface SizedObject
    An interface for any objects that have a defined size.

    Modified by: Joseph A. Huwaldt

    Version:
    May 11, 2011
    Author:
    Joseph A. Huwaldt Date: May 11, 2011
    • Method Detail

      • size

        int size()
        Return the size of the object.