ringles commented on a change in pull request #6670:
URL: https://github.com/apache/geode/pull/6670#discussion_r664906790
##########
File path:
geode-apis-compatible-with-redis/src/main/java/org/apache/geode/redis/internal/collections/IndexibleTreeSet.java
##########
@@ -47,4 +49,9 @@ public E get(int index) {
public int indexOf(E element) {
return headSet(element).size();
}
+
+ @Override
+ public ArrayList<E> getIndexRange(int min, int max) {
Review comment:
Obviated by changing the return type to Iterator<E>.
--
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]