Generated by
JDiff

Class com.itextpdf.io.util.ArrayUtil

Documentation changed from old to new.

Added Methods
int  indexOf( Object[], Object ) Gets the index of object.
 

Changed Methods
int[]  cloneArray( int[]) Documentation changed from old to new.
Clones int array.
int  hashCode( byte[]) Documentation changed from old to new.
Creates a hash of the given byte array.
byte[]  shortenArray( byte[], int ) Documentation changed from old to new.
Shortens byte array.
int[]  toIntArray( Collection) Documentation changed from old to new.
Converts a collection to an int array.
float[]  fillWithValue( float[], float ) Documentation changed from old to new.
Fills an array with the given value.
int[]  fillWithValue( int[], int ) Documentation changed from old to new.
Fills an array with the given value.
void  fillWithValue( T[], T ) Documentation changed from old to new.
Fills an array with the given value.