Class java.util.Arrays

Added Methods
int  binarySearch( T[], int , int , T , Comparator<? , super , T> )  
int  binarySearch( byte[], int , int , byte )  
int  binarySearch( char[], int , int , char )  
int  binarySearch( double[], int , int , double )  
int  binarySearch( float[], int , int , float )  
int  binarySearch( int[], int , int , int )  
int  binarySearch( Object[], int , int , Object )  
int  binarySearch( long[], int , int , long )  
int  binarySearch( short[], int , int , short )  
T[]  copyOf( T[], int )  
T[]  copyOf( U[], int , Class<? , extends , T[]> )  
boolean[]  copyOf( boolean[], int )  
byte[]  copyOf( byte[], int )  
char[]  copyOf( char[], int )  
double[]  copyOf( double[], int )  
float[]  copyOf( float[], int )  
int[]  copyOf( int[], int )  
long[]  copyOf( long[], int )  
short[]  copyOf( short[], int )  
T[]  copyOfRange( T[], int , int )  
T[]  copyOfRange( U[], int , int , Class<? , extends , T[]> )  
boolean[]  copyOfRange( boolean[], int , int )  
byte[]  copyOfRange( byte[], int , int )  
char[]  copyOfRange( char[], int , int )  
double[]  copyOfRange( double[], int , int )  
float[]  copyOfRange( float[], int , int )  
int[]  copyOfRange( int[], int , int )  
long[]  copyOfRange( long[], int , int )  
short[]  copyOfRange( short[], int , int )  
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.