Package com.linkedin.venice.schema.vson
Class VsonAvroDatumReader.DeepEqualsArrayList
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<Object>,Collection<Object>,List<Object>,RandomAccess
- Enclosing class:
- VsonAvroDatumReader<D>
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:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll
-
Constructor Details
-
DeepEqualsArrayList
public DeepEqualsArrayList() -
DeepEqualsArrayList
public DeepEqualsArrayList(int size)
-
-
Method Details
-
equals
-
hashCode
public int hashCode()
-