id stringlengths 21 23 | content stringlengths 1.65k 252k |
|---|---|
codereval_java_data_1 | /**
* Trim the elements of the given String array, calling <code>String.trim()</code> on each of them.
* @param array the original String array
* @return the resulting array (of the same size) with trimmed elements
*/
public static String[] trimArrayElements(String[] array){
if (Objects.isEmpty(array)) {
r... |
codereval_java_data_2 | "/** \n * <p>Checks whether two arrays are the same length, treating <code>null</code> arrays as len(...TRUNCATED) |
codereval_java_data_3 | "/** \n * Pops an abstract type from the output frame stack and returns its value.\n * @return the a(...TRUNCATED) |
codereval_java_data_4 | "/** \n * <p>Converts an array of object Booleans to primitives.</p> <p>This method returns <code>nu(...TRUNCATED) |
codereval_java_data_5 | "/** \n * Returns true if the message should be printed in the given timestamp, otherwise returns fa(...TRUNCATED) |
codereval_java_data_6 | "/** \n * <p>Gets the <code>toString</code> of an <code>Object</code> returning an empty string (\"\(...TRUNCATED) |
codereval_java_data_7 | "/** \n * Decodes octets to characters using the UTF-8 decoding and appends the characters to a Stri(...TRUNCATED) |
codereval_java_data_8 | "/** \n * Starts the visit of a new stack map frame, stored in {@link #currentFrame}.\n * @param of(...TRUNCATED) |
codereval_java_data_9 | "/** \n * Enlarges this byte vector so that it can receive 'size' more bytes.\n * @param size number(...TRUNCATED) |
codereval_java_data_10 | "/** \n * Delete's the specified file if it exists \n */\n\n\nprotected static void deleteFile(Strin(...TRUNCATED) |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 20