- isEmpty() - Method in class list.List
-
Returns true if this list has no items.
- isEmpty() - Method in interface list.ListADT
-
Returns true if this list has no items.
- isFull() - Method in class list.List
-
Returns true if this list is full.
- isFull() - Method in interface list.ListADT
-
Returns true if this list is full.
- iterator() - Method in class list.List
-
Returns an iterator over the items in this list in proper sequence.
- iterator() - Method in interface list.ListADT
-
Returns an iterator over the items in this list in proper sequence.