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
Just a spur of the moment idea, which may already exist in the JDK: just as Array.newInstance returns an Object, the other methods to set/toString/check equals etc. of an array should exist as Object signature so one doesn't have to perform all the type checks on one's own.
The text was updated successfully, but these errors were encountered:
Just a spur of the moment idea, which may already exist in the JDK: just as
Array.newInstance
returns anObject
, the other methods to set/toString/check equals etc. of an array should exist asObject
signature so one doesn't have to perform all the type checks on one's own.The text was updated successfully, but these errors were encountered: