|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.ObjectjAudioFeatureExtractor.GeneralTools.GeneralMethods
public class GeneralMethods
A holder class for general static methods that can be used for a wide variety of purposes.
コンストラクタの概要 | |
---|---|
GeneralMethods()
|
メソッドの概要 | |
---|---|
static java.lang.Object[] |
concatenateArray(java.lang.Object[] array_1,
java.lang.Object[] array_2)
Returns a new array whose first part consists of the elements of array_1 and whose second part consists of the elements of array_2. |
static java.lang.Object[] |
getCopyOfArray(java.lang.Object[] given_array)
Returns a copy of the given array. |
static java.lang.Object[] |
removeNullEntriesFromArray(java.lang.Object[] array)
Returns a shortened array, with all entries that were set to null removed. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public GeneralMethods()
メソッドの詳細 |
---|
public static java.lang.Object[] removeNullEntriesFromArray(java.lang.Object[] array)
array
- The array to remove null entries from.
public static java.lang.Object[] getCopyOfArray(java.lang.Object[] given_array)
given_array
- The array to copy
public static java.lang.Object[] concatenateArray(java.lang.Object[] array_1, java.lang.Object[] array_2)
array_1
- The first array to concatenate.array_2
- The second array to concatenate.
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |