- read() - Method in class it.riccardotraverso.java.io.MultiFileInputStream
-
- read(byte[], int, int) - Method in class it.riccardotraverso.java.io.MultiFileInputStream
-
- readResourceAsText(String) - Static method in class it.riccardotraverso.java.nio.FilesUtils
-
Returns a string with the contents of the specified resource file.
- remove() - Method in class it.riccardotraverso.java.lang.MultiIterator
-
- removeProperty(String) - Method in class it.riccardotraverso.json.JSONObject
-
Removes a property from the object given its name.
- removeValue(J) - Method in class it.riccardotraverso.json.JSONArray
-
Removes a specified value from the array (by reference).
- removeValue(int) - Method in class it.riccardotraverso.json.JSONArray
-
Removes an element at a given index.
- replicate(int, char) - Static method in class it.riccardotraverso.java.lang.StringUtils
-
Generates a string composed of just n consecutive occurrences of char c.
- replicate(int, String) - Static method in class it.riccardotraverso.java.lang.StringUtils
-
Generates a string composed of n consecutive occurrences of the string s.
- replicate(int, char) - Static method in class it.riccardotraverso.java.util.ArraysUtils
-
Generates a string composed of just n consecutive occurrences of char c.
- reverse(List<T>, List<T>) - Static method in class it.riccardotraverso.java.util.ListUtils
-
It copies list src onto dst in reversed order, eventually clearing the
destination list dst beforehand.