You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These methods in ICommonsList need to be deprecated for removal and instead new methods with OrNull appended to their names, but with the same functionality needs be added.
The text was updated successfully, but these errors were encountered:
See https://docs.oracle.com/en/java/javase/21/docs/api/new-list.html
The methods under question are:
ArrayList.getFirst()
ArrayList.getLast()
ArrayList.removeFirst()
ArrayList.removeLast()
These methods in
ICommonsList
need to be deprecated for removal and instead new methods withOrNull
appended to their names, but with the same functionality needs be added.The text was updated successfully, but these errors were encountered: