Class VsonAvroDatumReader.DeepEqualsArrayList

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Object>
com.linkedin.venice.schema.vson.VsonAvroDatumReader.DeepEqualsArrayList
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Object>, Collection<Object>, List<Object>, RandomAccess
Enclosing class:
VsonAvroDatumReader<D>

public static class VsonAvroDatumReader.DeepEqualsArrayList extends ArrayList<Object>
This class supports the special byte[] check. With this class, you can compare the array result retrieved from VSON store. Most of the logic is copied from AbstractList.equals(Object)
See Also: