Source of
6.12.java
Structures and functions
1:
public boolean isEmpty()
2:
{
3:
return
topIndex < 0;
4:
}
// end isEmpty
5:
// Version 4.0