com.twilight.h264.util
Class Arrays
java.lang.Object
com.twilight.h264.util.Arrays
public class Arrays
- extends Object
|
Method Summary |
static boolean |
equals(Object array1,
Object array2)
|
static void |
fill(int[] arr,
int val)
|
static void |
fill(int[] arr,
int startIdxIncl,
int endIdxExcl,
int val)
|
static void |
fill(short[] arr,
int startIdxIncl,
int endIdxExcl,
short val)
|
static void |
fill(short[] arr,
short val)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Arrays
public Arrays()
equals
public static boolean equals(Object array1,
Object array2)
fill
public static void fill(int[] arr,
int startIdxIncl,
int endIdxExcl,
int val)
fill
public static void fill(int[] arr,
int val)
fill
public static void fill(short[] arr,
int startIdxIncl,
int endIdxExcl,
short val)
fill
public static void fill(short[] arr,
short val)
Copyright © 2013. All Rights Reserved.