Advertisement
Aldin_SXR

isEmpty()

Mar 4th, 2024
722
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.08 KB | None | 0 0
  1. /* Check if the stack is empty */
  2. public boolean isEmpty() {
  3.     return size == 0;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement