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

R

random(int) - Static method in class jetbrick.util.RandomStringUtils
 
random(int, boolean, boolean) - Static method in class jetbrick.util.RandomStringUtils
 
random(int, int, int, boolean, boolean) - Static method in class jetbrick.util.RandomStringUtils
 
random(int, int, int, boolean, boolean, char[]) - Static method in class jetbrick.util.RandomStringUtils
 
random(int, String) - Static method in class jetbrick.util.RandomStringUtils
 
random(int, char[]) - Static method in class jetbrick.util.RandomStringUtils
 
randomAlphabetic(int) - Static method in class jetbrick.util.RandomStringUtils
 
randomAlphanumeric(int) - Static method in class jetbrick.util.RandomStringUtils
 
randomAscii(int) - Static method in class jetbrick.util.RandomStringUtils
 
randomBase62(int) - Static method in class jetbrick.util.RandomStringUtils
 
randomHex(int) - Static method in class jetbrick.util.RandomStringUtils
 
randomInt() - Static method in class jetbrick.util.IdentityUtils
使用SecureRandom随机生成Int.
randomLong() - Static method in class jetbrick.util.IdentityUtils
使用SecureRandom随机生成Long.
randomNumeric(int) - Static method in class jetbrick.util.RandomStringUtils
 
RandomStringUtils - Class in jetbrick.util
 
RandomStringUtils() - Constructor for class jetbrick.util.RandomStringUtils
 
read(byte[], int, int) - Method in class jetbrick.io.stream.ReaderInputStream
 
read(byte[]) - Method in class jetbrick.io.stream.ReaderInputStream
 
read() - Method in class jetbrick.io.stream.ReaderInputStream
 
read() - Method in class jetbrick.io.stream.UnicodeInputStream
 
read() - Method in class jetbrick.io.stream.UnsafeByteArrayInputStream
 
read(byte[], int, int) - Method in class jetbrick.io.stream.UnsafeByteArrayInputStream
 
read() - Method in class jetbrick.io.stream.UnsafeCharArrayReader
 
read(char[], int, int) - Method in class jetbrick.io.stream.UnsafeCharArrayReader
 
readable() - Method in class jetbrick.bean.PropertyInfo
 
readByte(int) - Method in class jetbrick.asm.ClassReader
Reads a byte value in b.
readClass(int, char[]) - Method in class jetbrick.asm.ClassReader
Reads a class constant pool item in b.
readConst(int, char[]) - Method in class jetbrick.asm.ClassReader
Reads a numeric or string constant pool item in b.
ReaderInputStream - Class in jetbrick.io.stream
 
ReaderInputStream(Reader, CharsetEncoder) - Constructor for class jetbrick.io.stream.ReaderInputStream
 
ReaderInputStream(Reader, CharsetEncoder, int) - Constructor for class jetbrick.io.stream.ReaderInputStream
 
ReaderInputStream(Reader, Charset, int) - Constructor for class jetbrick.io.stream.ReaderInputStream
 
ReaderInputStream(Reader, Charset) - Constructor for class jetbrick.io.stream.ReaderInputStream
 
ReaderInputStream(Reader, String, int) - Constructor for class jetbrick.io.stream.ReaderInputStream
 
ReaderInputStream(Reader, String) - Constructor for class jetbrick.io.stream.ReaderInputStream
 
ReaderInputStream(Reader) - Constructor for class jetbrick.io.stream.ReaderInputStream
 
readInt(int) - Method in class jetbrick.asm.ClassReader
Reads a signed int value in b.
readLong(int) - Method in class jetbrick.asm.ClassReader
Reads a signed long value in b.
readShort(int) - Method in class jetbrick.asm.ClassReader
Reads a signed short value in b.
readUnsignedShort(int) - Method in class jetbrick.asm.ClassReader
Reads an unsigned short value in b.
readUTF8(int, char[]) - Method in class jetbrick.asm.ClassReader
Reads an UTF8 string constant pool item in b.
ready() - Method in class jetbrick.io.stream.UnsafeCharArrayReader
 
reflection(Object) - Static method in class jetbrick.util.builder.ToStringBuilder
 
reflection(Object, boolean) - Static method in class jetbrick.util.builder.ToStringBuilder
 
register(Class<?>, Convertor<?>) - Method in class jetbrick.typecast.TypeCastResolver
 
register(Class<T>, Convertor<T>) - Static method in class jetbrick.typecast.TypeCastUtils
 
remove(Object) - Method in class jetbrick.bean.BeanMap
 
remove(Object) - Method in class jetbrick.collection.CaseInsensitiveHashMap
 
remove(Object) - Method in class jetbrick.collection.CaseInsensitiveLinkedHashMap
 
remove(Object) - Method in class jetbrick.collection.ConcurrentSoftHashMap
 
remove(Object) - Method in class jetbrick.collection.CopyOnWriteMap
Removed the value and key from this map based on the provided key.
remove(Object) - Method in class jetbrick.collection.IdentityHashSet
 
remove() - Method in class jetbrick.collection.iterator.ArrayIterator
 
remove() - Method in class jetbrick.collection.iterator.EmptyIterator
 
remove() - Method in class jetbrick.collection.iterator.EnumerationIterator
 
remove() - Method in class jetbrick.collection.iterator.LoopIterator
 
remove(Object) - Method in class jetbrick.collection.ListMap
 
remove(int) - Method in class jetbrick.collection.ListOrderedMap
 
remove(Object) - Method in class jetbrick.collection.ListOrderedMap
 
remove(Object) - Method in class jetbrick.collection.multimap.AbstractMultiValueMap
 
remove(Object) - Method in class jetbrick.collection.SoftHashMap
 
remove(String) - Method in class jetbrick.collection.TimedSizeCache
 
remove(Object) - Method in class jetbrick.config.EmptyProperties
 
remove(String, String) - Static method in class jetbrick.util.StringUtils
Removes all occurrences of a substring from within the source string.
remove(String, char) - Static method in class jetbrick.util.StringUtils
Removes all occurrences of a character from within the source string.
remove(Object) - Method in class jetbrick.web.servlet.map.RequestCookieMap
 
remove(Object) - Method in class jetbrick.web.servlet.map.StringEnumeratedMap
 
removeChars(String, String) - Static method in class jetbrick.util.StringUtils
Removes all characters contained in provided string.
removeChars(String, char...) - Static method in class jetbrick.util.StringUtils
Removes set of characters from string.
removeEnd(String, String) - Static method in class jetbrick.util.StringUtils
Removes a substring only if it is at the end of a source string, otherwise returns the source string.
removeEndIgnoreCase(String, String) - Static method in class jetbrick.util.StringUtils
Case insensitive removal of a substring if it is at the end of a source string, otherwise returns the source string.
removeFileExtension(String) - Static method in class jetbrick.util.FilenameUtils
删除文件扩展名.
removeStart(String, String) - Static method in class jetbrick.util.StringUtils
Removes a substring only if it is at the beginning of a source string, otherwise returns the source string.
removeStartIgnoreCase(String, String) - Static method in class jetbrick.util.StringUtils
Case insensitive removal of a substring if it is at the beginning of a source string, otherwise returns the source string.
removeValue(Object) - Method in interface jetbrick.collection.bidimap.BidiMap
 
repeat(String, int) - Static method in class jetbrick.util.StringUtils
Repeat a String repeat times to form a new String.
repeat(String, String, int) - Static method in class jetbrick.util.StringUtils
Repeat a String repeat times to form a new String, with a String separator injected each time.
repeat(char, int) - Static method in class jetbrick.util.StringUtils
Returns padding using the specified delimiter repeated to a given length.
replace(String, String, String) - Static method in class jetbrick.util.StringUtils
Replaces all occurrences of a String within another String.
replace(String, String, String, int) - Static method in class jetbrick.util.StringUtils
Replaces a String with another String inside a larger String, for the first max values of the search String.
replaceChars(String, char, char) - Static method in class jetbrick.util.StringUtils
Replaces all occurrences of a character in a String with another.
replaceChars(String, String, String) - Static method in class jetbrick.util.StringUtils
Replaces multiple characters in a String in one go.
replaceEach(String, String[], String[]) - Static method in class jetbrick.util.StringUtils
Replaces all occurrences of Strings within another String.
replaceEachRepeatedly(String, String[], String[]) - Static method in class jetbrick.util.StringUtils
Replaces all occurrences of Strings within another String.
replaceOnce(String, String, String) - Static method in class jetbrick.util.StringUtils
Replaces a String with another String inside a larger String, once.
replacePattern(String, String, String) - Static method in class jetbrick.util.StringUtils
Replaces each substring of the source String that matches the given regular expression with the given replacement using the Pattern.DOTALL option.
RequestAttributeMap - Class in jetbrick.web.servlet.map
 
RequestAttributeMap(HttpServletRequest) - Constructor for class jetbrick.web.servlet.map.RequestAttributeMap
 
RequestCookieMap - Class in jetbrick.web.servlet.map
 
RequestCookieMap(HttpServletRequest) - Constructor for class jetbrick.web.servlet.map.RequestCookieMap
 
RequestDumpUtils - Class in jetbrick.web.servlet
 
RequestDumpUtils() - Constructor for class jetbrick.web.servlet.RequestDumpUtils
 
RequestHeaderMap - Class in jetbrick.web.servlet.map
 
RequestHeaderMap(HttpServletRequest) - Constructor for class jetbrick.web.servlet.map.RequestHeaderMap
 
RequestHeaderValuesMap - Class in jetbrick.web.servlet.map
 
RequestHeaderValuesMap(HttpServletRequest) - Constructor for class jetbrick.web.servlet.map.RequestHeaderValuesMap
 
RequestIntrospectUtils - Class in jetbrick.web.servlet
将 Request 中的参数,全部注入到一个 form 对象中.
RequestIntrospectUtils() - Constructor for class jetbrick.web.servlet.RequestIntrospectUtils
 
RequestParameterMap - Class in jetbrick.web.servlet.map
 
RequestParameterMap(HttpServletRequest) - Constructor for class jetbrick.web.servlet.map.RequestParameterMap
 
RequestParameterValuesMap - Class in jetbrick.web.servlet.map
 
RequestParameterValuesMap(HttpServletRequest) - Constructor for class jetbrick.web.servlet.map.RequestParameterValuesMap
 
RequestUtils - Class in jetbrick.web.servlet
 
RequestUtils() - Constructor for class jetbrick.web.servlet.RequestUtils
 
reset() - Method in class jetbrick.collection.iterator.ArrayIterator
 
reset() - Method in class jetbrick.io.stream.FastByteArrayOutputStream
 
reset() - Method in class jetbrick.io.stream.FastCharArrayWriter
 
reset() - Method in class jetbrick.io.stream.UnsafeByteArrayInputStream
 
reset() - Method in class jetbrick.io.stream.UnsafeByteArrayOutputStream
 
reset() - Method in class jetbrick.io.stream.UnsafeCharArrayReader
 
reset() - Method in class jetbrick.io.stream.UnsafeCharArrayWriter
 
resolve(String) - Method in class jetbrick.config.AbstractConfig
根据 Config 的内容,自动解析 ${...} 的内容.
resolveLocaleCode(String, String, String) - Static method in class jetbrick.util.LocaleUtils
Transforms locale data to locale code.
resolveLocaleCode(Locale) - Static method in class jetbrick.util.LocaleUtils
Resolves locale code from locale.
resolvePlaceholder() - Method in class jetbrick.config.ConfigLoader
解析并替换配置文件中 ${name}表达式对应的内容.
resolveVariable(TypeVariable<?>, Class<?>) - Static method in class jetbrick.bean.TypeResolverUtils
Resolves TypeVariable with given implementation class.
Resource - Interface in jetbrick.io.resource
 
RESOURCE_VARIABLE - Static variable in class jetbrick.asm.TypeReference
The sort of type references that target the type of a resource variable in a method.
ResourceConvertor - Class in jetbrick.typecast.support
 
ResourceConvertor() - Constructor for class jetbrick.typecast.support.ResourceConvertor
 
ResourceEntry(Resource, String, String) - Constructor for class jetbrick.io.finder.FileFinder.ResourceEntry
 
ResourceNotFoundException - Exception in jetbrick.io.resource
 
ResourceNotFoundException() - Constructor for exception jetbrick.io.resource.ResourceNotFoundException
 
ResourceNotFoundException(String) - Constructor for exception jetbrick.io.resource.ResourceNotFoundException
 
ResourceNotFoundException(Throwable) - Constructor for exception jetbrick.io.resource.ResourceNotFoundException
 
ResourceNotFoundException(String, Throwable) - Constructor for exception jetbrick.io.resource.ResourceNotFoundException
 
ResourceUtils - Class in jetbrick.io.resource
 
ResourceUtils() - Constructor for class jetbrick.io.resource.ResourceUtils
 
ResponseUtils - Class in jetbrick.web.servlet
 
ResponseUtils() - Constructor for class jetbrick.web.servlet.ResponseUtils
 
Result() - Constructor for class jetbrick.util.ShellUtils.Result
 
RET - Static variable in interface jetbrick.asm.Opcodes
 
rethrow(Throwable) - Static method in class jetbrick.util.ExceptionUtils
Throw checked exceptions like runtime exceptions.
RETURN - Static variable in interface jetbrick.asm.Opcodes
 
reverse(String) - Static method in class jetbrick.util.StringUtils
 
RFC822_DATETIME_PATTERN - Static variable in class jetbrick.util.DateUtils
 
right(String, int) - Static method in class jetbrick.util.StringUtils
Gets the rightmost len characters of a String.
rightPad(String, int) - Static method in class jetbrick.util.StringUtils
 
rightPad(String, int, char) - Static method in class jetbrick.util.StringUtils
 
rightPad(String, int, String) - Static method in class jetbrick.util.StringUtils
 
A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2016 jetbrick. All rights reserved.