JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
jfun.util
Interface Sizeable
All Known Subinterfaces:
Dict
All Known Implementing Classes:
List
public interface
Sizeable
Represents anything with a size.
Author:
Ben Yu Jan 12, 2005
Method Summary
Methods
Modifier and Type
Method and Description
boolean
isEmpty
()
Tests whether it is empty.
int
size
()
Get the size.
Method Detail
size
int size()
Get the size.
Returns:
the size.
isEmpty
boolean isEmpty()
Tests whether it is empty. Some class may provide a more efficient implementation than size().
Returns:
true if empty.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method