ubgrade 6.2. 2023
parent
aa06e9a9bd
commit
cb9e3614df
|
@ -15,6 +15,7 @@ public class Stack<T>
|
|||
if(first == null){
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
public void push (T neu) {
|
||||
|
|
Loading…
Reference in New Issue