TUM CCSM Commons

edu.tum.cs.commons.collections
Class ArrayUtils

java.lang.Object
  extended by edu.tum.cs.commons.collections.ArrayUtils

public class ArrayUtils
extends java.lang.Object

Utility methods for arrays.

Version:
$Rev: 29779 $
Author:
hummelb, $Author: deissenb $
Rating:
GREEN Hash: A1919A9F7B9B0DE52A0860D17B16AB6A

Constructor Summary
ArrayUtils()
           
 
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
 

Constructor Detail

ArrayUtils

public ArrayUtils()
Method Detail

isPrefix

public static boolean isPrefix(byte[] prefix,
                               byte[] array)
Returns whether one array is a prefix of another one.


TUM CCSM Commons

TUM CCSM Commons - 2.7