edu.tum.cs.commons.collections
Class ArrayUtils
java.lang.Object
edu.tum.cs.commons.collections.ArrayUtils
public class ArrayUtils
- extends Object
Utility methods for arrays.
- Version:
- $Rev: 29779 $
- Author:
- hummelb, $Author: deissenb $
- Rating:
- GREEN Hash: A1919A9F7B9B0DE52A0860D17B16AB6A
|
Method Summary |
static boolean |
isPrefix(byte[] prefix,
byte[] array)
Returns whether one array is a prefix of another one. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayUtils
public ArrayUtils()
isPrefix
public static boolean isPrefix(byte[] prefix,
byte[] array)
- Returns whether one array is a prefix of another one.
TUM CCSM Commons - 2.7