Method ADT.CircularList()->peek_front()
- Method
peek_front
ValueTypepeek_front()- Returns
The value at the front of the list but do not remove it from the list.
ValueType peek_front()
The value at the front of the list but do not remove it from the list.