Package jahuwaldt.js.util
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
size()
Return the size of the object.
-
-
-
Method Detail
-
size
int size()
Return the size of the object.
-
-