- randomEntry(Map<K, V>) - Static method in class com.ibm.bluej.util.common.RandomUtil
-
return a random entry in a map
- randomFromIterator(Iterator<T>) - Static method in class com.ibm.bluej.util.common.RandomUtil
-
- randomFromPdf(double[], Random) - Static method in class com.ibm.bluej.util.common.DenseVectors
-
- randomInt(int, int) - Static method in class com.ibm.bluej.util.common.RandomUtil
-
generates a random int in the range [fromInclusive-toExclusive)
- randomMember(Collection<T>) - Static method in class com.ibm.bluej.util.common.RandomUtil
-
return a random entry in a collection
- RandomUtil - Class in com.ibm.bluej.util.common
-
- RandomUtil() - Constructor for class com.ibm.bluej.util.common.RandomUtil
-
- RandomUtil.Sample<T> - Class in com.ibm.bluej.util.common
-
A sample of n elements.
- RandomUtil.Sample(int) - Constructor for class com.ibm.bluej.util.common.RandomUtil.Sample
-
- randomVector(int) - Static method in class com.ibm.bluej.util.common.DenseVectors
-
- rank(Map<T, MutableDouble>, T) - Static method in class com.ibm.bluej.util.common.MutableDoubleHashMap
-
Rank 1 means key is the maxKey, rank 2 means one entry is greater...
- rank(Map<T, MutableDouble>, T) - Static method in class com.ibm.bluej.util.common.SparseVectors
-
Rank 1 means key is the maxKey, rank 2 means one entry is greater...
- readFileAsString(String) - Static method in class com.ibm.bluej.util.common.FileUtil
-
read the contents of the file into a string and return it
- readFileAsString(File) - Static method in class com.ibm.bluej.util.common.FileUtil
-
read the contents of the file into a string and return it if the file doesn't exist, they
return null = * Based on
https://weblogs.java.net/blog/pat/archive/2004/10/stupid_scanner_1.html (APACHE LICENSE)
- readln() - Static method in class com.ibm.bluej.util.common.Lang
-
- readProcessAsString(Process) - Static method in class com.ibm.bluej.util.common.FileUtil
-
read the stdout of the process into a string and return when the function returns the process
has completed the stderr of the process is ignored
- readResourceAsString(String) - Static method in class com.ibm.bluej.util.common.FileUtil
-
- readStreamAsString(InputStream) - Static method in class com.ibm.bluej.util.common.FileUtil
-
reads the input stream into a String and closes it
- RefactoringObjectInputStream - Class in com.ibm.bluej.util.common
-
- RefactoringObjectInputStream(InputStream) - Constructor for class com.ibm.bluej.util.common.RefactoringObjectInputStream
-
- refresh(FunST<DefaultMutableTreeNode, Boolean>) - Method in class com.ibm.bluej.util.common.visualization.BasicJTree
-
- relativeFScore - Variable in class com.ibm.bluej.util.common.PrecisionRecallThreshold.SummaryScores
-
- relativePrecision - Variable in class com.ibm.bluej.util.common.PrecisionRecallThreshold.SummaryScores
-
- relativeRecall - Variable in class com.ibm.bluej.util.common.PrecisionRecallThreshold.SummaryScores
-
- relativeThreshold - Variable in class com.ibm.bluej.util.common.PrecisionRecallThreshold.SummaryScores
-
- remove() - Method in class com.ibm.bluej.util.common.ConvertedIterator
-
- remove() - Method in class com.ibm.bluej.util.common.FileUtil.FileIterator
-
- remove(Object) - Method in class com.ibm.bluej.util.common.IdentitySet
-
- remove() - Method in class com.ibm.bluej.util.common.NextOnlyIterator
-
- removeAll(Map<K, ?>, Collection<K>) - Static method in class com.ibm.bluej.util.common.HashMapUtil
-
- removeAll(Collection<?>) - Method in class com.ibm.bluej.util.common.IdentitySet
-
- removeAllHighlights(JTextComponent) - Static method in class com.ibm.bluej.util.common.visualization.Highlighting
-
- removeAllHighlights(JTextComponent, Color) - Static method in class com.ibm.bluej.util.common.visualization.Highlighting
-
removes all highlights of a specific color (assuming they were applied with this highlighting class)
- removeExtension(String) - Static method in class com.ibm.bluej.util.common.FileUtil
-
remove the last extension from a file If it is a directory, then return the name If it is a
hidden file without extn, return the name If it is a hidden file with extn, return name sans
extn If is a regular file with extn, return the name sans extn
- removeExtensions(String) - Static method in class com.ibm.bluej.util.common.FileUtil
-
removes the '.whatever.txt.gz' at the end of the file.
- removeRandom(Collection<T>) - Static method in class com.ibm.bluej.util.common.RandomUtil
-
remove and return a random member of the passed Collection
- removeRandomFast(ArrayList<T>, Random) - Static method in class com.ibm.bluej.util.common.RandomUtil
-
- render(DefaultTreeCellRenderer) - Method in class com.ibm.bluej.util.common.visualization.BasicJTree.GroupingLabel
-
- render(DefaultTreeCellRenderer) - Method in class com.ibm.bluej.util.common.visualization.BasicJTree.HighlightLabel
-
- render(DefaultTreeCellRenderer) - Method in interface com.ibm.bluej.util.common.visualization.BasicJTree.Renderable
-
- replaceAll(String, Map<Span, String>) - Static method in class com.ibm.bluej.util.common.Span
-
- reset() - Method in class com.ibm.bluej.util.common.PeriodicChecker
-
Set the last time to the current time.
- reset() - Static method in class com.ibm.bluej.util.common.Warnings
-
- resolveObject(Object) - Method in class com.ibm.bluej.util.common.RefactoringObjectInputStream
-
- retainAll(Map<K, ?>, Collection<K>) - Static method in class com.ibm.bluej.util.common.HashMapUtil
-
- retainAll(Collection<?>) - Method in class com.ibm.bluej.util.common.IdentitySet
-
- reverse(Map<K, V>) - Static method in class com.ibm.bluej.util.common.HashMapUtil
-
Reverses keys and values of a HashMap
- REVERSE - Static variable in class com.ibm.bluej.util.common.SecondPairComparator
-
- reverseAL(Map<K, ArrayList<V>>) - Static method in class com.ibm.bluej.util.common.HashMapUtil
-
Reverses keys and values of HashMap that has ArrayList as value
- reverseDouble(Map<K1, M>) - Static method in class com.ibm.bluej.util.common.HashMapUtil
-
- reverseDuplicateValues(Map<K, V>) - Static method in class com.ibm.bluej.util.common.HashMapUtil
-
- reverseHS(Map<K, HashSet<V>>) - Static method in class com.ibm.bluej.util.common.HashMapUtil
-
Reverses keys and values of HashMap that has HashSet as values
- RPAD(String, int) - Static method in class com.ibm.bluej.util.common.Lang
-
- RPAD(String, char, int) - Static method in class com.ibm.bluej.util.common.Lang
-