MCPcopy
hub / github.com/wangzheng0822/algo / removeFirst

Method removeFirst

java/05_array/GenericArray.java:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107
108 // 删除第一个元素
109 public T removeFirst() {
110 return remove(0);
111 }
112
113 // 删除末尾元素
114 public T removeLast() {

Callers

nothing calls this directly

Calls 1

removeMethod · 0.95

Tested by

no test coverage detected