dcapwell commented on code in PR #4202: URL: https://github.com/apache/cassandra/pull/4202#discussion_r2151088681
########## src/java/org/apache/cassandra/utils/ImmutableUniqueList.java: ########## @@ -19,24 +19,39 @@ package org.apache.cassandra.utils; import java.util.AbstractList; -import java.util.AbstractSet; import java.util.ArrayList; import java.util.Collection; -import java.util.Iterator; import java.util.List; import java.util.RandomAccess; import org.agrona.collections.Object2IntHashMap; -public class ImmutableUniqueList<T> extends AbstractList<T> implements RandomAccess Review Comment: this was in `test/unit` as i used this for tests, but moved it over to `src` to leverage. I also took the opportunity to cleanup a few things -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org