anvil.core
Class ArrayUtils

java.lang.Object
  |
  +--anvil.core.ArrayUtils

public class ArrayUtils
extends java.lang.Object

class AnyComparators


Constructor Summary
ArrayUtils()
           
 
Method Summary
static long adjust(int start, int length, int max)
           
static long adjust2(int start, int end, int max)
           
static void reverse(byte[] array)
           
 
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

reverse

public static void reverse(byte[] array)

adjust

public static long adjust(int start,
                          int length,
                          int max)

adjust2

public static long adjust2(int start,
                           int end,
                           int max)