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
Add reverseind() for AbstractString, re-enable tests with GenericString
reverse() for GenericString/AbstractString returns a RevString, whose
indexing behavior is very different from a reverse()'d String which
is returned for String. Thus, calling reverseind() on the underlying String
object is not correct for GenericString. Add a generic but O(n) method for
AbstractString and use it for GenericString.
0 commit comments