A B C D E F G H I J K L M N O P Q R S T U V W Z

R

ran() - Method in class com.springsource.util.math.ConcurrentMapRelation
The result is potentially blurred in the presence of concurrency.
ran() - Method in interface com.springsource.util.math.ConcurrentRelation
Return the range of the relation.
random - Static variable in class com.springsource.util.io.NetUtils
 
Range<T extends java.lang.Comparable<? super T>> - Class in com.springsource.util.math
This class is thread safe.
Range(T, boolean, T, boolean) - Constructor for class com.springsource.util.math.Range
 
recordDoubleSlashProblem(HeaderToken, HeaderToken) - Method in class com.springsource.util.osgi.manifest.parse.standard.StandardHeaderParser
 
recordIllegalSpaceProblem(HeaderToken, HeaderToken) - Method in class com.springsource.util.osgi.manifest.parse.standard.StandardHeaderParser
 
recordMismatch(HeaderToken, HeaderProblemKind) - Method in class com.springsource.util.osgi.manifest.parse.standard.StandardHeaderParser
Record a problem for a mismatch.
recordProblem(HeaderProblem) - Method in class com.springsource.util.osgi.manifest.parse.standard.HeaderTokenStream
 
recordProblem(HeaderProblemKind, int, int, String...) - Method in class com.springsource.util.osgi.manifest.parse.standard.StandardHeaderLexer
Record a problem with lexing.
recordProblem(HeaderProblemKind, int, int, String...) - Method in class com.springsource.util.osgi.manifest.parse.standard.StandardHeaderParser
Record a problem with parsing.
recordProblem(ManifestProblemKind, int, int, String...) - Method in class com.springsource.util.parser.manifest.internal.RecoveringManifestLexer
 
recordProblem(ManifestProblem) - Method in class com.springsource.util.parser.manifest.internal.SimpleTokenStream
 
recordProblem(ManifestProblem) - Method in interface com.springsource.util.parser.manifest.internal.TokenStream
 
recordProblem(ManifestProblemKind, int, int, String...) - Method in class com.springsource.util.parser.manifest.RecoveringManifestParser
Record a problem with parsing.
RecoveringManifestLexer - Class in com.springsource.util.parser.manifest.internal
Process some input data according to the expected layout above.
RecoveringManifestLexer() - Constructor for class com.springsource.util.parser.manifest.internal.RecoveringManifestLexer
 
RecoveringManifestLexer.ParsingState - Enum in com.springsource.util.parser.manifest.internal
 
RecoveringManifestLexer.ParsingState() - Constructor for enum com.springsource.util.parser.manifest.internal.RecoveringManifestLexer.ParsingState
 
RecoveringManifestParser - Class in com.springsource.util.parser.manifest
Builds upon the ManifestLexer that breaks a bunch of text data into a series of tokens
RecoveringManifestParser() - Constructor for class com.springsource.util.parser.manifest.RecoveringManifestParser
 
RecoveringManifestParser(ManifestVisitor) - Constructor for class com.springsource.util.parser.manifest.RecoveringManifestParser
 
recoverToNextSemiColon() - Method in class com.springsource.util.osgi.manifest.parse.standard.StandardHeaderParser
Attempt to recover to the next semicolon.
recoverToNextSemiColonOrComma() - Method in class com.springsource.util.osgi.manifest.parse.standard.StandardHeaderParser
 
recursiveCopy(File, File, PathReference.PathFilter) - Static method in class com.springsource.util.io.PathReference
Recursively copy the contents of src to dest.
refreshComplete - Variable in class com.springsource.util.osgi.internal.StandardPackageAdminUtil
 
refreshPackages(Bundle[], long) - Method in class com.springsource.util.osgi.internal.StandardPackageAdminUtil
Issue refreshPackages and wait for at most the given timeout for the asynchronous refresh operation to complete.
refreshPackages(Bundle[], long) - Method in interface com.springsource.util.osgi.PackageAdminUtil
Issue refreshPackages and wait for at most the given timeout for the asynchronous refresh operation to complete.
registrations - Variable in class com.springsource.util.osgi.ServiceRegistrationTracker
 
rel - Variable in class com.springsource.util.math.ConcurrentMapRelation
 
relationalImage(Set<X>) - Method in class com.springsource.util.math.ConcurrentMapRelation
 
relationalImage(Set<X>) - Method in interface com.springsource.util.math.ConcurrentRelation
Return the relational image of a set of X's.
remove() - Method in class com.springsource.util.common.CaseInsensitiveMap.EntrySet.EntrySetIterator
remove(Object) - Method in class com.springsource.util.common.CaseInsensitiveMap.EntrySet
remove() - Method in class com.springsource.util.common.CaseInsensitiveMap.KeySet.KeySetIterator
remove(Object) - Method in class com.springsource.util.common.CaseInsensitiveMap.KeySet
remove(Object) - Method in class com.springsource.util.common.CaseInsensitiveMap
remove() - Method in class com.springsource.util.common.IterableEnumeration.EnumerationIterator
 
remove(Object) - Method in class com.springsource.util.common.SynchronizedCollection
remove() - Method in class com.springsource.util.common.SynchronizedIterator
remove(int) - Method in class com.springsource.util.common.SynchronizedList
remove(Object) - Method in class com.springsource.util.math.ConcurrentHashSet
 
remove(X, Y) - Method in class com.springsource.util.math.ConcurrentMapRelation
 
remove(X, Y) - Method in interface com.springsource.util.math.ConcurrentRelation
Remove the given pair (x, y) from the relation.
remove(int) - Method in class com.springsource.util.osgi.manifest.internal.MapUpdatingList
 
remove(Object) - Method in class com.springsource.util.osgi.manifest.internal.MapUpdatingList
 
removeAll(Collection<?>) - Method in class com.springsource.util.common.SynchronizedCollection
removeAll(Collection<?>) - Method in class com.springsource.util.math.ConcurrentHashSet
 
removeAll(Collection<?>) - Method in class com.springsource.util.osgi.manifest.internal.MapUpdatingList
 
removeChild(Tree<V>) - Method in class com.springsource.util.common.ThreadSafeArrayListTree
Removes the first occurrence of the given child tree from this node's children.
removeChild(Tree<V>) - Method in interface com.springsource.util.common.Tree
Removes the first occurrence of the given child tree from this node's children.
removeDuplicateStrings(String[]) - Static method in class com.springsource.util.common.StringUtils
Remove duplicate Strings from the given array.
replace(String, String, String) - Static method in class com.springsource.util.common.StringUtils
Replace all occurences of a substring within a string with another string.
RequireBundle - Interface in com.springsource.util.osgi.manifest
Represents the Require-Bundle header in a BundleManifest.
RequiredBundle - Interface in com.springsource.util.osgi.manifest
Representation of a single entry in a Require-Bundle header.
RequiredBundle.Visibility - Enum in com.springsource.util.osgi.manifest
Enumeration of the valid values for the header's visibility directive.
RequiredBundle.Visibility() - Constructor for enum com.springsource.util.osgi.manifest.RequiredBundle.Visibility
 
reset() - Method in class com.springsource.util.osgi.manifest.parse.standard.HeaderTokenStream
 
resetFromParseString(String) - Method in class com.springsource.util.osgi.manifest.internal.BaseParameterised
Resets that header's values by parsing the supplied String.
resetFromParseString(String) - Method in class com.springsource.util.osgi.manifest.internal.CompoundParseable
Resets that header's values by parsing the supplied String.
resetFromParseString(String) - Method in interface com.springsource.util.osgi.manifest.Parseable
Resets that header's values by parsing the supplied String.
Resolution - Enum in com.springsource.util.osgi.manifest
An enumeration of the legal values for the resolution directive of an Import-Package, Import-Bundle, or Import-Library header entry.
Resolution() - Constructor for enum com.springsource.util.osgi.manifest.Resolution
 
resolve(Properties) - Method in class com.springsource.util.common.PropertyPlaceholderResolver
Resolves all placeholders in the supplied Properties instance.
resolve(Properties, PropertyPlaceholderResolver.PlaceholderValueTransformer) - Method in class com.springsource.util.common.PropertyPlaceholderResolver
Resolves all placeholders in the supplied Properties instance and transform any based on their modifiers.
resolve(String, Properties) - Method in class com.springsource.util.common.PropertyPlaceholderResolver
Resolves all placeholders in the supplied string with values from a Properties instance.
resolve(String, Properties, PropertyPlaceholderResolver.PlaceholderValueTransformer) - Method in class com.springsource.util.common.PropertyPlaceholderResolver
Resolves all placeholders in the supplied string with values from a Properties instance and transform any based on their modifiers.
resolve(String, Properties, PropertyPlaceholderResolver.PlaceholderValueTransformer, Stack<String>) - Method in class com.springsource.util.common.PropertyPlaceholderResolver
 
resolveProperty(String, Properties, PropertyPlaceholderResolver.PlaceholderValueTransformer) - Method in class com.springsource.util.common.PropertyPlaceholderResolver
 
retainAll(Collection<?>) - Method in class com.springsource.util.common.SynchronizedCollection
retainAll(Collection<?>) - Method in class com.springsource.util.math.ConcurrentHashSet
 
retainAll(Collection<?>) - Method in class com.springsource.util.osgi.manifest.internal.MapUpdatingList
 

A B C D E F G H I J K L M N O P Q R S T U V W Z