belliottsmith commented on code in PR #50:
URL: https://github.com/apache/cassandra-accord/pull/50#discussion_r1240127526
##########
accord-core/src/main/java/accord/utils/RelationMultiMap.java:
##########
@@ -397,6 +397,76 @@ public void close()
}
}
+ public static class SortedRelationList<T extends Comparable<? super T>>
extends AbstractList<T> implements SortedList<T>
Review Comment:
Yes, these are all instances of the RelationMultiMap concept - even though
they are not instances of the class type. The concept is implemented via
utility methods in RelationMultiMap, as the two instances are relatively
distinct in important ways that don’t map helpfully to a direct hierarchy.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]