apache/accumulo

Look at collapsing MutableByteSequence into ArrayByteSequence

dlmarion opened this issue · 4 comments

MutableByteSequence extends ArrayByteSequence with two method to modify the object, but ArrayByteSequence isn't immutable. MutableByteSequence is only used in 2 classes. Evaluate whether or not MutableByteSequence can be removed in favor of ArrayByteSequence with necessary modifications.

MutableByteSequence is not in a public API package so it would be easy to delete

I can look into this.

@meatballspaghetti - Is there a pull request for your commit to merge it into the main repo?

@meatballspaghetti - Is there a pull request for your commit to merge it into the main repo?

Yes, there is now #4745 .