Java org.apache.mahout.math Arrays fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.math Arrays fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.math Arrays.

The text is from its open source code.

Method

byte[]ensureCapacity(byte[] array, int minCapacity)
Ensures that a given array can hold up to minCapacity elements.
char[]ensureCapacity(char[] array, int minCapacity)
Ensures that a given array can hold up to minCapacity elements.
double[]ensureCapacity(double[] array, int minCapacity)
Ensures that a given array can hold up to minCapacity elements.
float[]ensureCapacity(float[] array, int minCapacity)
Ensures that a given array can hold up to minCapacity elements.
int[]ensureCapacity(int[] array, int minCapacity)
Ensures that a given array can hold up to minCapacity elements.
long[]ensureCapacity(long[] array, int minCapacity)
Ensures that a given array can hold up to minCapacity elements.
Object[]ensureCapacity(Object[] array, int minCapacity)
Ensures that a given array can hold up to minCapacity elements.
short[]ensureCapacity(short[] array, int minCapacity)
Ensures that a given array can hold up to minCapacity elements.
boolean[]ensureCapacity(boolean[] array, int minCapacity)
Ensures that a given array can hold up to minCapacity elements.
StringtoString(byte[] array)
Returns a string representation of the specified array.
StringtoString(char[] array)
Returns a string representation of the specified array.
StringtoString(double[] array)
Returns a string representation of the specified array.
StringtoString(float[] array)
Returns a string representation of the specified array.
StringtoString(int[] array)
Returns a string representation of the specified array.
StringtoString(long[] array)
Returns a string representation of the specified array.
StringtoString(Object[] array)
Returns a string representation of the specified array.
StringtoString(short[] array)
Returns a string representation of the specified array.
StringtoString(boolean[] array)
Returns a string representation of the specified array.
byte[]trimToCapacity(byte[] array, int maxCapacity)
Ensures that the specified array cannot hold more than maxCapacity elements.
char[]trimToCapacity(char[] array, int maxCapacity)
Ensures that the specified array cannot hold more than maxCapacity elements.
double[]trimToCapacity(double[] array, int maxCapacity)
Ensures that the specified array cannot hold more than maxCapacity elements.
float[]trimToCapacity(float[] array, int maxCapacity)
Ensures that the specified array cannot hold more than maxCapacity elements.
int[]trimToCapacity(int[] array, int maxCapacity)
Ensures that the specified array cannot hold more than maxCapacity elements.
long[]trimToCapacity(long[] array, int maxCapacity)
Ensures that the specified array cannot hold more than maxCapacity elements.
Object[]trimToCapacity(Object[] array, int maxCapacity)
Ensures that the specified array cannot hold more than maxCapacity elements.
short[]trimToCapacity(short[] array, int maxCapacity)
Ensures that the specified array cannot hold more than maxCapacity elements.
boolean[]trimToCapacity(boolean[] array, int maxCapacity)
Ensures that the specified array cannot hold more than maxCapacity elements.