Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

peek method

  peek() {
    return this.elements[this.head];
  }


//if you find this answer is useful ,
//upvote ⇑⇑ , so can the others benefit also . @mohammad alshraideh ( ͡~ ͜ʖ ͡°)
 
PREVIOUS NEXT
Tagged: #peek #method
ADD COMMENT
Topic
Name
4+3 =