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
java.lang.ClassCastException: javaslang.collection.RedBlackTree$$Lambda$1/761960786 cannot be cast to javaslang.collection.TreeMap$EntryComparator
at javaslang.collection.TreeMap.keyComparator(TreeMap.java:455)
Same error occurs when keySet() is called because keyComparator() is called inside.
The text was updated successfully, but these errors were encountered:
goerge
changed the title
TreeMap#keySet fails if TreeMap has been created with TreeMap#ofAll
TreeMap#keyComparator fails if TreeMap has been created with TreeMap#ofAll
Jul 6, 2016
Following code fails
with
Same error occurs when
keySet()
is called becausekeyComparator()
is called inside.The text was updated successfully, but these errors were encountered: