- CalendarConvertor - Class in jetbrick.typecast.support
-
- CalendarConvertor() - Constructor for class jetbrick.typecast.support.CalendarConvertor
-
- CALOAD - Static variable in interface jetbrick.asm.Opcodes
-
- capitalize(String) - Static method in class jetbrick.util.IdentifiedNameUtils
-
- CaseInsensitiveHashMap<V> - Class in jetbrick.collection
-
不区分大小写的 HashMap 实现.
- CaseInsensitiveHashMap() - Constructor for class jetbrick.collection.CaseInsensitiveHashMap
-
- CaseInsensitiveHashMap(boolean) - Constructor for class jetbrick.collection.CaseInsensitiveHashMap
-
- CaseInsensitiveHashMap(Locale) - Constructor for class jetbrick.collection.CaseInsensitiveHashMap
-
- CaseInsensitiveHashMap(Locale, boolean) - Constructor for class jetbrick.collection.CaseInsensitiveHashMap
-
- CaseInsensitiveHashMap(int) - Constructor for class jetbrick.collection.CaseInsensitiveHashMap
-
- CaseInsensitiveHashMap(int, boolean) - Constructor for class jetbrick.collection.CaseInsensitiveHashMap
-
- CaseInsensitiveHashMap(int, Locale) - Constructor for class jetbrick.collection.CaseInsensitiveHashMap
-
- CaseInsensitiveHashMap(int, Locale, boolean) - Constructor for class jetbrick.collection.CaseInsensitiveHashMap
-
- CaseInsensitiveLinkedHashMap<V> - Class in jetbrick.collection
-
不区分大小写的 HashMap 实现.
- CaseInsensitiveLinkedHashMap() - Constructor for class jetbrick.collection.CaseInsensitiveLinkedHashMap
-
- CaseInsensitiveLinkedHashMap(boolean) - Constructor for class jetbrick.collection.CaseInsensitiveLinkedHashMap
-
- CaseInsensitiveLinkedHashMap(Locale) - Constructor for class jetbrick.collection.CaseInsensitiveLinkedHashMap
-
- CaseInsensitiveLinkedHashMap(Locale, boolean) - Constructor for class jetbrick.collection.CaseInsensitiveLinkedHashMap
-
- CaseInsensitiveLinkedHashMap(int) - Constructor for class jetbrick.collection.CaseInsensitiveLinkedHashMap
-
- CaseInsensitiveLinkedHashMap(int, boolean) - Constructor for class jetbrick.collection.CaseInsensitiveLinkedHashMap
-
- CaseInsensitiveLinkedHashMap(int, Locale) - Constructor for class jetbrick.collection.CaseInsensitiveLinkedHashMap
-
- CaseInsensitiveLinkedHashMap(int, Locale, boolean) - Constructor for class jetbrick.collection.CaseInsensitiveLinkedHashMap
-
- CAST - Static variable in class jetbrick.asm.TypeReference
-
The sort of type references that target the type declared in an explicit
or implicit cast instruction.
- CASTORE - Static variable in interface jetbrick.asm.Opcodes
-
- center(String, int) - Static method in class jetbrick.util.StringUtils
-
- center(String, int, char) - Static method in class jetbrick.util.StringUtils
-
- CHAR - Static variable in class jetbrick.asm.Type
-
The sort of the char type.
- CHAR_ARRAY_CONVERTOR - Static variable in class jetbrick.typecast.support.PrimitiveArrayConvertor
-
- CHAR_TYPE - Static variable in class jetbrick.asm.Type
-
The char type.
- CharacterConvertor - Class in jetbrick.typecast.support
-
- CharacterConvertor() - Constructor for class jetbrick.typecast.support.CharacterConvertor
-
- charAt(int) - Method in class jetbrick.io.buffer.FastCharBuffer
-
Returns char at given index.
- CharsetConvertor - Class in jetbrick.typecast.support
-
- CharsetConvertor() - Constructor for class jetbrick.typecast.support.CharsetConvertor
-
- CharsetUtils - Class in jetbrick.util
-
- CharsetUtils() - Constructor for class jetbrick.util.CharsetUtils
-
- check(String, String) - Static method in class jetbrick.util.PasswordUtils
-
Validate the password is currently.
- CHECKCAST - Static variable in interface jetbrick.asm.Opcodes
-
- CLASS_EXTENDS - Static variable in class jetbrick.asm.TypeReference
-
The sort of type references that target the super class of a class or one
of the interfaces it implements.
- CLASS_TYPE_PARAMETER - Static variable in class jetbrick.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
class.
- CLASS_TYPE_PARAMETER_BOUND - Static variable in class jetbrick.asm.TypeReference
-
The sort of type references that target a bound of a type parameter of a
generic class.
- ClassConvertor - Class in jetbrick.typecast.support
-
- ClassConvertor() - Constructor for class jetbrick.typecast.support.ClassConvertor
-
- ClassFinder - Class in jetbrick.io.finder
-
- ClassFinder() - Constructor for class jetbrick.io.finder.ClassFinder
-
- ClassLoaderUtils - Class in jetbrick.util
-
- ClassLoaderUtils() - Constructor for class jetbrick.util.ClassLoaderUtils
-
- ClasspathResource - Class in jetbrick.io.resource
-
- ClasspathResource(String) - Constructor for class jetbrick.io.resource.ClasspathResource
-
- ClasspathResource(String, ClassLoader) - Constructor for class jetbrick.io.resource.ClasspathResource
-
- ClasspathUtils - Class in jetbrick.util
-
- ClasspathUtils() - Constructor for class jetbrick.util.ClasspathUtils
-
- ClassReader - Class in jetbrick.asm
-
A Java class parser to make a
ClassVisitor visit an existing class.
- ClassReader(byte[]) - Constructor for class jetbrick.asm.ClassReader
-
- ClassReader(byte[], int, int) - Constructor for class jetbrick.asm.ClassReader
-
- ClassReader(InputStream) - Constructor for class jetbrick.asm.ClassReader
-
- ClassReader(String) - Constructor for class jetbrick.asm.ClassReader
-
- ClassUtils - Class in jetbrick.util
-
- ClassUtils() - Constructor for class jetbrick.util.ClassUtils
-
- ClassVisitor - Class in jetbrick.asm
-
A visitor to visit a Java class.
- ClassVisitor(int) - Constructor for class jetbrick.asm.ClassVisitor
-
- ClassVisitor(int, ClassVisitor) - Constructor for class jetbrick.asm.ClassVisitor
-
- ClassWriter - Class in jetbrick.asm
-
- ClassWriter(int) - Constructor for class jetbrick.asm.ClassWriter
-
- ClassWriter(ClassReader, int) - Constructor for class jetbrick.asm.ClassWriter
-
Constructs a new
ClassWriter object and enables optimizations for
"mostly add" bytecode transformations.
- cleanDirectory(File) - Static method in class jetbrick.io.file.FileDeleteUtils
-
- clear() - Method in class jetbrick.bean.BeanMap
-
- clear() - Method in class jetbrick.collection.ArrayStack
-
Removes all of the elements from this stack.
- clear() - Method in class jetbrick.collection.CaseInsensitiveHashMap
-
- clear() - Method in class jetbrick.collection.CaseInsensitiveLinkedHashMap
-
- clear() - Method in class jetbrick.collection.ConcurrentSoftHashMap
-
- clear() - Method in class jetbrick.collection.CopyOnWriteMap
-
Removes all entries in this map.
- clear() - Method in class jetbrick.collection.IdentityHashSet
-
- clear() - Method in class jetbrick.collection.ListMap
-
- clear() - Method in class jetbrick.collection.ListOrderedMap
-
- clear() - Method in class jetbrick.collection.multimap.AbstractMultiValueMap
-
- clear() - Method in class jetbrick.collection.SoftHashMap
-
- clear() - Method in class jetbrick.collection.TimedSizeCache
-
- clear() - Method in class jetbrick.config.EmptyProperties
-
- clear() - Method in class jetbrick.io.buffer.FastBuffer
-
Resets the buffer content.
- clear() - Method in class jetbrick.io.buffer.FastByteBuffer
-
Resets the buffer content.
- clear() - Method in class jetbrick.io.buffer.FastCharBuffer
-
Resets the buffer content.
- clear() - Method in class jetbrick.web.servlet.map.RequestCookieMap
-
- clear() - Method in class jetbrick.web.servlet.map.StringEnumeratedMap
-
- clone() - Method in class jetbrick.collection.CopyOnWriteMap
-
- clone() - Method in class jetbrick.collection.ListOrderedMap
-
- clone() - Method in class jetbrick.util.mutable.MutableBoolean
-
- clone() - Method in class jetbrick.util.mutable.MutableByte
-
- clone() - Method in class jetbrick.util.mutable.MutableDouble
-
- clone() - Method in class jetbrick.util.mutable.MutableFloat
-
- clone() - Method in class jetbrick.util.mutable.MutableInteger
-
- clone() - Method in class jetbrick.util.mutable.MutableLong
-
- clone() - Method in class jetbrick.util.mutable.MutableShort
-
- close() - Method in class jetbrick.io.stream.DebugOutputStream
-
- close() - Method in class jetbrick.io.stream.FastByteArrayOutputStream
-
Closing a FastByteArrayOutputStream has no effect.
- close() - Method in class jetbrick.io.stream.FastCharArrayWriter
-
Closing a FastCharArrayWriter has no effect.
- close() - Method in class jetbrick.io.stream.NullWriter
-
- close() - Method in class jetbrick.io.stream.ReaderInputStream
-
- close() - Method in class jetbrick.io.stream.UnicodeInputStream
-
- close() - Method in class jetbrick.io.stream.UnsafeByteArrayInputStream
-
- close() - Method in class jetbrick.io.stream.UnsafeByteArrayOutputStream
-
- close() - Method in class jetbrick.io.stream.UnsafeCharArrayReader
-
- close() - Method in class jetbrick.io.stream.UnsafeCharArrayWriter
-
- close() - Method in class jetbrick.io.stream.WriterOutputStream
-
- closeQuietly(Closeable) - Static method in class jetbrick.io.IoUtils
-
- closeQuietly(ZipFile) - Static method in class jetbrick.io.IoUtils
-
- closeQuietly(Socket) - Static method in class jetbrick.io.IoUtils
-
- closeQuietly(ServerSocket) - Static method in class jetbrick.io.IoUtils
-
- closeQuietly(Selector) - Static method in class jetbrick.io.IoUtils
-
- closeQuietly(URLConnection) - Static method in class jetbrick.io.IoUtils
-
- compareTo(ConstructorInfo) - Method in class jetbrick.bean.ConstructorInfo
-
- compareTo(FieldInfo) - Method in class jetbrick.bean.FieldInfo
-
- compareTo(MethodInfo) - Method in class jetbrick.bean.MethodInfo
-
- compareTo(MutableBoolean) - Method in class jetbrick.util.mutable.MutableBoolean
-
- compareTo(MutableByte) - Method in class jetbrick.util.mutable.MutableByte
-
- compareTo(MutableDouble) - Method in class jetbrick.util.mutable.MutableDouble
-
- compareTo(MutableFloat) - Method in class jetbrick.util.mutable.MutableFloat
-
- compareTo(MutableInteger) - Method in class jetbrick.util.mutable.MutableInteger
-
- compareTo(MutableLong) - Method in class jetbrick.util.mutable.MutableLong
-
- compareTo(MutableShort) - Method in class jetbrick.util.mutable.MutableShort
-
- CompareToBuilder - Class in jetbrick.util.builder
-
- CompareToBuilder() - Constructor for class jetbrick.util.builder.CompareToBuilder
-
- COMPUTE_FRAMES - Static variable in class jetbrick.asm.ClassWriter
-
Flag to automatically compute the stack map frames of methods from
scratch.
- COMPUTE_MAXS - Static variable in class jetbrick.asm.ClassWriter
-
Flag to automatically compute the maximum stack size and the maximum
number of local variables of methods.
- concat(String, String) - Static method in class jetbrick.util.PathUtils
-
组合路径.
- ConcurrentInitializer<T> - Interface in jetbrick.util.concurrent
-
- ConcurrentSoftHashMap<K,V> - Class in jetbrick.collection
-
A
SoftHashMap is a memory-constrained map that stores its
values in
SoftReferences.
- ConcurrentSoftHashMap() - Constructor for class jetbrick.collection.ConcurrentSoftHashMap
-
Creates a new ConcurrentSoftHashMap with a default retention size size of
DEFAULT_RETENTION_SIZE (100 entries).
- ConcurrentSoftHashMap(int) - Constructor for class jetbrick.collection.ConcurrentSoftHashMap
-
Creates a new ConcurrentSoftHashMap with the specified retention size.
- ConcurrentSoftHashMap(Map<K, V>) - Constructor for class jetbrick.collection.ConcurrentSoftHashMap
-
Creates a
ConcurrentSoftHashMap backed by the specified
source, with a default retention
size of
DEFAULT_RETENTION_SIZE (100 entries).
- ConcurrentSoftHashMap(Map<K, V>, int) - Constructor for class jetbrick.collection.ConcurrentSoftHashMap
-
Creates a ConcurrentSoftHashMap backed by the specified source, with the specified retention size.
- Config - Class in jetbrick.config
-
properties 配置文件高级处理类.
- Config(Map<String, String>) - Constructor for class jetbrick.config.Config
-
- Config(Properties) - Constructor for class jetbrick.config.Config
-
- ConfigLoader - Class in jetbrick.config
-
专门负责载入配置文件.
- ConfigLoader() - Constructor for class jetbrick.config.ConfigLoader
-
- CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT - Static variable in class jetbrick.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
constructor in a constructor call.
- CONSTRUCTOR_REFERENCE - Static variable in class jetbrick.asm.TypeReference
-
The sort of type references that target the receiver type of a
constructor reference.
- CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT - Static variable in class jetbrick.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
constructor in a constructor reference.
- ConstructorInfo - Class in jetbrick.bean
-
代表一个构造函数.
- contains(Object) - Method in class jetbrick.collection.IdentityHashSet
-
- contains(Object) - Method in class jetbrick.config.EmptyProperties
-
- contains(boolean[], boolean) - Static method in class jetbrick.util.ArrayUtils
-
- contains(byte[], byte) - Static method in class jetbrick.util.ArrayUtils
-
- contains(char[], char) - Static method in class jetbrick.util.ArrayUtils
-
- contains(double[], double) - Static method in class jetbrick.util.ArrayUtils
-
- contains(double[], double, double) - Static method in class jetbrick.util.ArrayUtils
-
- contains(float[], float) - Static method in class jetbrick.util.ArrayUtils
-
- contains(int[], int) - Static method in class jetbrick.util.ArrayUtils
-
- contains(long[], long) - Static method in class jetbrick.util.ArrayUtils
-
- contains(Object[], Object) - Static method in class jetbrick.util.ArrayUtils
-
- contains(short[], short) - Static method in class jetbrick.util.ArrayUtils
-
- containsKey(Object) - Method in class jetbrick.bean.BeanMap
-
- containsKey(Object) - Method in class jetbrick.collection.CaseInsensitiveHashMap
-
- containsKey(Object) - Method in class jetbrick.collection.CaseInsensitiveLinkedHashMap
-
- containsKey(Object) - Method in class jetbrick.collection.ConcurrentSoftHashMap
-
- containsKey(Object) - Method in class jetbrick.collection.CopyOnWriteMap
-
Returns true if this map contains the provided key, otherwise
this method return false.
- containsKey(Object) - Method in class jetbrick.collection.ListMap
-
- containsKey(Object) - Method in class jetbrick.collection.multimap.AbstractMultiValueMap
-
- containsKey(Object) - Method in class jetbrick.config.EmptyProperties
-
- containsKey(Object) - Method in class jetbrick.web.servlet.map.RequestCookieMap
-
- containsKey(Object) - Method in class jetbrick.web.servlet.map.StringEnumeratedMap
-
- containsValue(Object) - Method in class jetbrick.bean.BeanMap
-
- containsValue(Object) - Method in class jetbrick.collection.ConcurrentSoftHashMap
-
- containsValue(Object) - Method in class jetbrick.collection.CopyOnWriteMap
-
Returns true if this map contains the provided value, otherwise
this method returns false.
- containsValue(Object) - Method in class jetbrick.collection.ListMap
-
- containsValue(Object) - Method in class jetbrick.collection.ListOrderedMap
-
- containsValue(Object) - Method in class jetbrick.collection.multimap.AbstractMultiValueMap
-
- containsValue(Object, Object) - Method in class jetbrick.collection.multimap.AbstractMultiValueMap
-
- containsValue(Object, Object) - Method in interface jetbrick.collection.multimap.MultiValueMap
-
- containsValue(Object) - Method in class jetbrick.config.EmptyProperties
-
- containsValue(Object) - Method in class jetbrick.web.servlet.map.RequestCookieMap
-
- containsValue(Object) - Method in class jetbrick.web.servlet.map.StringEnumeratedMap
-
- convert(String) - Method in interface jetbrick.typecast.Convertor
-
- convert(Object) - Method in interface jetbrick.typecast.Convertor
-
- convert(String) - Method in class jetbrick.typecast.support.ArrayConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.ArrayConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.BigDecimalConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.BigDecimalConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.BigIntegerConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.BigIntegerConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.BooleanConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.BooleanConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.ByteConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.ByteConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.CalendarConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.CalendarConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.CharacterConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.CharacterConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.CharsetConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.CharsetConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.ClassConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.ClassConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.DateConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.DateConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.DoubleConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.DoubleConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.FileConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.FileConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.FloatConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.FloatConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.InstantConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.InstantConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.IntegerConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.IntegerConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.ListConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.ListConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.LocalDateConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.LocalDateConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.LocalDateTimeConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.LocalDateTimeConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.LocaleConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.LocaleConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.LocalTimeConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.LocalTimeConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.LongConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.LongConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.PathConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.PathConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.PrimitiveArrayConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.PrimitiveArrayConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.ResourceConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.ResourceConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.ShortConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.ShortConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.SqlDateConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.SqlDateConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.SqlTimeConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.SqlTimeConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.SqlTimestampConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.SqlTimestampConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.StringConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.StringConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.TimeZoneConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.TimeZoneConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.URIConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.URIConvertor
-
- convert(String) - Method in class jetbrick.typecast.support.URLConvertor
-
- convert(Object) - Method in class jetbrick.typecast.support.URLConvertor
-
- convert(String, Class<T>) - Method in class jetbrick.typecast.TypeCastResolver
-
- convert(Object, Class<T>) - Method in class jetbrick.typecast.TypeCastResolver
-
- convert(String, Class<T>) - Static method in class jetbrick.typecast.TypeCastUtils
-
- convert(Object, Class<T>) - Static method in class jetbrick.typecast.TypeCastUtils
-
- Convertor<T> - Interface in jetbrick.typecast
-
- convertToArray(String, Class<?>) - Method in class jetbrick.typecast.TypeCastResolver
-
- convertToArray(Object, Class<?>) - Method in class jetbrick.typecast.TypeCastResolver
-
- convertToArray(String, Class<?>) - Static method in class jetbrick.typecast.TypeCastUtils
-
- convertToArray(Object, Class<?>) - Static method in class jetbrick.typecast.TypeCastUtils
-
- convertToList(String, Class<T>) - Method in class jetbrick.typecast.TypeCastResolver
-
- convertToList(Object, Class<T>) - Method in class jetbrick.typecast.TypeCastResolver
-
- convertToList(String, Class<T>) - Static method in class jetbrick.typecast.TypeCastUtils
-
- convertToList(Object, Class<T>) - Static method in class jetbrick.typecast.TypeCastUtils
-
- copy(InputStream, OutputStream) - Static method in class jetbrick.io.IoUtils
-
- copy(InputStream, Writer, String) - Static method in class jetbrick.io.IoUtils
-
- copy(InputStream, Writer, Charset) - Static method in class jetbrick.io.IoUtils
-
- copy(Reader, Writer) - Static method in class jetbrick.io.IoUtils
-
- copy(Reader, OutputStream, String) - Static method in class jetbrick.io.IoUtils
-
- copy(Reader, OutputStream, Charset) - Static method in class jetbrick.io.IoUtils
-
- copyDirectory(File, File) - Static method in class jetbrick.io.file.FileCopyUtils
-
- copyDirectory(File, File, FileFilter) - Static method in class jetbrick.io.file.FileCopyUtils
-
- copyFile(File, File) - Static method in class jetbrick.io.file.FileCopyUtils
-
- copyFileToDirectory(File, File) - Static method in class jetbrick.io.file.FileCopyUtils
-
- CopyOnWriteMap<K,V> - Class in jetbrick.collection
-
A thread-safe version of
Map in which all operations that change the
Map are implemented by making a new copy of the underlying Map.
- CopyOnWriteMap() - Constructor for class jetbrick.collection.CopyOnWriteMap
-
Creates a new instance of CopyOnWriteMap.
- CopyOnWriteMap(int) - Constructor for class jetbrick.collection.CopyOnWriteMap
-
Creates a new instance of CopyOnWriteMap with the specified initial size
- CopyOnWriteMap(Map<K, V>) - Constructor for class jetbrick.collection.CopyOnWriteMap
-
Creates a new instance of CopyOnWriteMap in which the
initial data being held by this map is contained in
the supplied map.
- count(String, String) - Static method in class jetbrick.util.StringUtils
-
- count(String, String, int) - Static method in class jetbrick.util.StringUtils
-
- count(String, char) - Static method in class jetbrick.util.StringUtils
-
- count(String, char, int) - Static method in class jetbrick.util.StringUtils
-
- create(Constructor<?>) - Static method in class jetbrick.bean.ConstructorInfo
-
将 Constructor 对象转成 ConstructorInfo 对象.
- create(Field) - Static method in class jetbrick.bean.FieldInfo
-
- create(Class<?>) - Static method in class jetbrick.bean.KlassInfo
-
将 Class 对象转成 KlassInfo 对象 (有缓存).
- create(Method) - Static method in class jetbrick.bean.MethodInfo
-
- create(String) - Static method in class jetbrick.io.resource.ResourceUtils
-
- create(URL) - Static method in class jetbrick.io.resource.ResourceUtils
-
- create(Object, Class<?>, Throwable) - Static method in exception jetbrick.typecast.TypeCastException
-
- create(K, V) - Static method in class jetbrick.util.tuple.NameValuePair
-
- Creater - Interface in jetbrick.bean
-