(E object)
| 103 | /// |
| 104 | /// - #pop |
| 105 | public E push(E object) { |
| 106 | addElement(object); |
| 107 | return object; |
| 108 | } |
| 109 | |
| 110 | /// Returns the index of the first occurrence of the object, starting from |
| 111 | /// the top of the stack. |
nothing calls this directly
no test coverage detected