|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wegra.util.collection.array.RangeSwap
Constructor Summary | |
RangeSwap()
|
Method Summary | |
static void |
swap(byte[] array,
int from,
int length,
int to)
Swaps length elements, starting from from and
to in specified array. |
static void |
swap(char[] array,
int from,
int length,
int to)
Swaps length elements, starting from from and
to in specified array. |
static void |
swap(double[] array,
int from,
int length,
int to)
Swaps length elements, starting from from and
to in specified array. |
static void |
swap(float[] array,
int from,
int length,
int to)
Swaps length elements, starting from from and
to in specified array. |
static void |
swap(int[] array,
int from,
int length,
int to)
Swaps length elements, starting from from and
to in specified array. |
static void |
swap(long[] array,
int from,
int length,
int to)
Swaps length elements, starting from from and
to in specified array. |
static void |
swap(java.lang.Object[] array,
int from,
int length,
int to)
Swaps length elements, starting from from and
to in specified array. |
static void |
swap(short[] array,
int from,
int length,
int to)
Swaps length elements, starting from from and
to in specified array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RangeSwap()
Method Detail |
public static void swap(java.lang.Object[] array, int from, int length, int to)
length
elements, starting from from
and
to
in specified array.
public static void swap(long[] array, int from, int length, int to)
length
elements, starting from from
and
to
in specified array.
public static void swap(int[] array, int from, int length, int to)
length
elements, starting from from
and
to
in specified array.
public static void swap(short[] array, int from, int length, int to)
length
elements, starting from from
and
to
in specified array.
public static void swap(char[] array, int from, int length, int to)
length
elements, starting from from
and
to
in specified array.
public static void swap(byte[] array, int from, int length, int to)
length
elements, starting from from
and
to
in specified array.
public static void swap(double[] array, int from, int length, int to)
length
elements, starting from from
and
to
in specified array.
public static void swap(float[] array, int from, int length, int to)
length
elements, starting from from
and
to
in specified array.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |