Open
Description
Consider this documentation page: https://docs.microsoft.com/en-us/dotnet/api/java.util.concurrent.iblockingdeque.removelastoccurrence?view=xamarin-android-sdk-12
Which contains:
Exceptions
ClassCastException
if the class of the specified element is incompatible with this deque (optional)
The "optional" link refers to an HTTP-404: http://developer.android.com/Collection.html#optional-restrictions
We should figure out where this link is coming from and fix it.