mirror of
https://github.com/corda/corda.git
synced 2025-02-02 01:08:09 +00:00
0545c07d33
I also changed TreeMap to implement the "SortedMap" interface, like it should. Unfortanetly not all the code to implement the interface was there. Where it was simple I implemented the additional functions, in the case of headMap, tailMap, subMap we are currently just throwing an UnsupportedOperationException.