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
DaciukMihovAutomatonBuilder#build requires sorted input but accepts a Collection argument. Since Collection generally doesn't guarantee any ordering as part of its contract, we probably ought to use a List.
The text was updated successfully, but these errors were encountered:
Description
DaciukMihovAutomatonBuilder#build
requires sorted input but accepts aCollection
argument. SinceCollection
generally doesn't guarantee any ordering as part of its contract, we probably ought to use aList
.The text was updated successfully, but these errors were encountered: