Class HashableArray
java.lang.Object
com.itextpdf.pdfoptimizer.handlers.imagequality.processors.utils.HashableArray
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
HashableArray
public HashableArray(long[] array) Wraps the provided array. Copy of array is stored to keep the class immutable. Will store empty array ifarray
is null.- Parameters:
-
array
- is the array to wrap
-
-
Method Details