- unchecked(Throwable) - Static method in exception jetbrick.util.AppException
-
- unchecked(Throwable) - Static method in class jetbrick.util.ExceptionUtils
-
- unescapeJava(String) - Static method in class jetbrick.util.StringEscapeUtils
-
- unescapeJavaScript(String) - Static method in class jetbrick.util.StringEscapeUtils
-
- unescapeUrl(String) - Static method in class jetbrick.util.StringEscapeUtils
-
- unescapeUrl(String, String) - Static method in class jetbrick.util.StringEscapeUtils
-
- unescapeXml(String) - Static method in class jetbrick.util.StringEscapeUtils
-
- UnicodeInputStream - Class in jetbrick.io.stream
-
- UnicodeInputStream(InputStream, String) - Constructor for class jetbrick.io.stream.UnicodeInputStream
-
- UNINITIALIZED_THIS - Static variable in interface jetbrick.asm.Opcodes
-
- unmodifiedTuple2() - Method in class jetbrick.util.tuple.Tuple2
-
- unmodifiedTuple3() - Method in class jetbrick.util.tuple.Tuple3
-
- unregister(Class<?>) - Method in class jetbrick.typecast.TypeCastResolver
-
- UnsafeByteArrayInputStream - Class in jetbrick.io.stream
-
This class provides an API compatible with ByteArrayInputStream, but with no guarantee of synchronization.
- UnsafeByteArrayInputStream(byte[]) - Constructor for class jetbrick.io.stream.UnsafeByteArrayInputStream
-
- UnsafeByteArrayInputStream(byte[], int) - Constructor for class jetbrick.io.stream.UnsafeByteArrayInputStream
-
- UnsafeByteArrayInputStream(byte[], int, int) - Constructor for class jetbrick.io.stream.UnsafeByteArrayInputStream
-
- UnsafeByteArrayOutputStream - Class in jetbrick.io.stream
-
This class provides an API compatible with ByteArrayOutputStream, but with no guarantee of synchronization.
- UnsafeByteArrayOutputStream() - Constructor for class jetbrick.io.stream.UnsafeByteArrayOutputStream
-
- UnsafeByteArrayOutputStream(int) - Constructor for class jetbrick.io.stream.UnsafeByteArrayOutputStream
-
- UnsafeCharArrayReader - Class in jetbrick.io.stream
-
This class provides an API compatible with CharArrayReader, but with no guarantee of synchronization.
- UnsafeCharArrayReader(char[]) - Constructor for class jetbrick.io.stream.UnsafeCharArrayReader
-
- UnsafeCharArrayReader(char[], int, int) - Constructor for class jetbrick.io.stream.UnsafeCharArrayReader
-
- UnsafeCharArrayWriter - Class in jetbrick.io.stream
-
This class provides an API compatible with CharArrayWriter, but with no guarantee of synchronization.
- UnsafeCharArrayWriter() - Constructor for class jetbrick.io.stream.UnsafeCharArrayWriter
-
- UnsafeCharArrayWriter(int) - Constructor for class jetbrick.io.stream.UnsafeCharArrayWriter
-
- URIConvertor - Class in jetbrick.typecast.support
-
- URIConvertor() - Constructor for class jetbrick.typecast.support.URIConvertor
-
- URL_PREFIX_CLASSPATH - Static variable in interface jetbrick.io.resource.Resource
-
- URL_PREFIX_FILE - Static variable in interface jetbrick.io.resource.Resource
-
- URL_PREFIX_JAR - Static variable in interface jetbrick.io.resource.Resource
-
- URL_PREFIX_ZIP - Static variable in interface jetbrick.io.resource.Resource
-
- URL_PROTOCOL_FILE - Static variable in interface jetbrick.io.resource.Resource
-
- URL_PROTOCOL_JAR - Static variable in interface jetbrick.io.resource.Resource
-
- URL_PROTOCOL_VFS - Static variable in interface jetbrick.io.resource.Resource
-
- URL_PROTOCOL_ZIP - Static variable in interface jetbrick.io.resource.Resource
-
- URL_SEPARATOR_JAR - Static variable in interface jetbrick.io.resource.Resource
-
- urlAsFile(URL) - Static method in class jetbrick.util.PathUtils
-
- urlAsPath(URL) - Static method in class jetbrick.util.PathUtils
-
- URLConvertor - Class in jetbrick.typecast.support
-
- URLConvertor() - Constructor for class jetbrick.typecast.support.URLConvertor
-
- UrlResource - Class in jetbrick.io.resource
-
- UrlResource(URL) - Constructor for class jetbrick.io.resource.UrlResource
-
- USER_DIR - Static variable in class jetbrick.util.SystemUtils
-
- UTF_16 - Static variable in class jetbrick.util.CharsetUtils
-
- UTF_16BE - Static variable in class jetbrick.util.CharsetUtils
-
- UTF_16LE - Static variable in class jetbrick.util.CharsetUtils
-
- UTF_8 - Static variable in class jetbrick.util.CharsetUtils
-
- uuid16() - Static method in class jetbrick.util.IdentityUtils
-
- uuid32() - Static method in class jetbrick.util.IdentityUtils
-
封装JDK自带的UUID, 通过Random数字生成, 中间无-分割.
- uuid36() - Static method in class jetbrick.util.IdentityUtils
-
封装JDK自带的UUID, 通过Random数字生成, 中间有-分割.