- reciprocalVector(ArrayList<T>, ArrayList<T>) - Static method in class org.jlog2.util.CollectionHandler
-
Return a list of all elements that are in list 1 but not in list 2.
- release() - Method in class org.jlog2.util.Monitor
-
Release locked threads.
- removeAll(ArrayList<T>, ArrayList<T>) - Static method in class org.jlog2.util.CollectionHandler
-
Remove all values in toRemove from removeFrom.
- replaceAll(String, String, String) - Static method in class org.jlog2.util.StringHandler
-
Replace all occurrences of s2 in s1 with the replacement text.
- replaceAllIgnoreCase(String, String, String) - Static method in class org.jlog2.util.StringHandler
-
Replace all occurrences of s2 in s1 with the replacement text.
- replaceFirst(String, String, String) - Static method in class org.jlog2.util.StringHandler
-
Replace the first occurrence of s2 in s1 with the replacement text.
- replaceFirstIgnoreCase(String, String, String) - Static method in class org.jlog2.util.StringHandler
-
Replace the first occurrence of s2 in s1 with the replacement text.
- resetChannel(int, int) - Method in class org.jlog2.channel.FileChannel
-
Reset the FileChannel's file size and number of backups.
- resetChannels() - Method in class org.jlog2.LoggerFactory
-
Reset the channels by reading the properties file again and adding any new
standard ones, or updating the values of the existing ones.
- resetChannels(HashMap<String, LogChannel>, HashMap<String, LogChannel>) - Method in class org.jlog2.util.PropertiesParser
-
Reset the log and debug channels.
- restartThread(Thread, boolean) - Static method in class org.jlog2.util.Monitor
-
Re-start the thread running depending on its current state.