JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
int
size
()
Return the size of the object.
Method Detail
size
int
size
()
Return the size of the object.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method