- v1() - Method in class jetbrick.util.tuple.Tuple2
-
- v1(T1) - Method in class jetbrick.util.tuple.Tuple2
-
- v1() - Method in class jetbrick.util.tuple.Tuple3
-
- v1(T1) - Method in class jetbrick.util.tuple.Tuple3
-
- V1_1 - Static variable in interface jetbrick.asm.Opcodes
-
- V1_2 - Static variable in interface jetbrick.asm.Opcodes
-
- V1_3 - Static variable in interface jetbrick.asm.Opcodes
-
- V1_4 - Static variable in interface jetbrick.asm.Opcodes
-
- V1_5 - Static variable in interface jetbrick.asm.Opcodes
-
- V1_6 - Static variable in interface jetbrick.asm.Opcodes
-
- V1_7 - Static variable in interface jetbrick.asm.Opcodes
-
- V1_8 - Static variable in interface jetbrick.asm.Opcodes
-
- v2() - Method in class jetbrick.util.tuple.Tuple2
-
- v2(T2) - Method in class jetbrick.util.tuple.Tuple2
-
- v2() - Method in class jetbrick.util.tuple.Tuple3
-
- v2(T2) - Method in class jetbrick.util.tuple.Tuple3
-
- v3() - Method in class jetbrick.util.tuple.Tuple3
-
- v3(T3) - Method in class jetbrick.util.tuple.Tuple3
-
- Validate - Class in jetbrick.util
-
用于参数校验
- Validate() - Constructor for class jetbrick.util.Validate
-
- value - Variable in class jetbrick.util.mutable.MutableBoolean
-
- value - Variable in class jetbrick.util.mutable.MutableByte
-
- value - Variable in class jetbrick.util.mutable.MutableDouble
-
- value - Variable in class jetbrick.util.mutable.MutableFloat
-
- value - Variable in class jetbrick.util.mutable.MutableInteger
-
- value - Variable in class jetbrick.util.mutable.MutableLong
-
- value - Variable in class jetbrick.util.mutable.MutableObject
-
- value - Variable in class jetbrick.util.mutable.MutableShort
-
- value - Variable in class jetbrick.util.tuple.NameValuePair
-
- ValueConstants - Class in jetbrick.util.annotation
-
- ValueConstants() - Constructor for class jetbrick.util.annotation.ValueConstants
-
- valueList() - Method in class jetbrick.collection.ListOrderedMap
-
- values() - Method in class jetbrick.bean.BeanMap
-
- values() - Method in class jetbrick.collection.ConcurrentSoftHashMap
-
- values() - Method in class jetbrick.collection.CopyOnWriteMap
-
- values() - Method in class jetbrick.collection.ListMap
-
- values() - Method in class jetbrick.collection.ListOrderedMap
-
- values() - Method in class jetbrick.collection.multimap.AbstractMultiValueMap
-
- values() - Method in class jetbrick.config.EmptyProperties
-
- values() - Method in class jetbrick.web.servlet.map.RequestCookieMap
-
- values() - Method in class jetbrick.web.servlet.map.StringEnumeratedMap
-
- valuesList() - Method in class jetbrick.collection.multimap.AbstractMultiValueMap
-
- valuesList() - Method in interface jetbrick.collection.multimap.MultiValueMap
-
- VersionUtils - Class in jetbrick.util
-
根据 class 所在的 jar 包,查找 MANIFEST.MF 来识别版本号。
- VersionUtils() - Constructor for class jetbrick.util.VersionUtils
-
- visit(String, Object) - Method in class jetbrick.asm.AnnotationVisitor
-
Visits a primitive value of the annotation.
- visit(int, int, String, String, String, String[]) - Method in class jetbrick.asm.ClassVisitor
-
Visits the header of the class.
- visit(int, int, String, String, String, String[]) - Method in class jetbrick.asm.ClassWriter
-
- visitAnnotation(String, String) - Method in class jetbrick.asm.AnnotationVisitor
-
Visits a nested annotation value of the annotation.
- visitAnnotation(String, boolean) - Method in class jetbrick.asm.ClassVisitor
-
Visits an annotation of the class.
- visitAnnotation(String, boolean) - Method in class jetbrick.asm.ClassWriter
-
- visitAnnotation(String, boolean) - Method in class jetbrick.asm.FieldVisitor
-
Visits an annotation of the field.
- visitAnnotation(String, boolean) - Method in class jetbrick.asm.MethodVisitor
-
Visits an annotation of this method.
- visitAnnotationDefault() - Method in class jetbrick.asm.MethodVisitor
-
Visits the default value of this annotation interface method.
- visitArray(String) - Method in class jetbrick.asm.AnnotationVisitor
-
Visits an array value of the annotation.
- visitAttribute(Attribute) - Method in class jetbrick.asm.ClassVisitor
-
Visits a non standard attribute of the class.
- visitAttribute(Attribute) - Method in class jetbrick.asm.ClassWriter
-
- visitAttribute(Attribute) - Method in class jetbrick.asm.FieldVisitor
-
Visits a non standard attribute of the field.
- visitAttribute(Attribute) - Method in class jetbrick.asm.MethodVisitor
-
Visits a non standard attribute of this method.
- visitCode() - Method in class jetbrick.asm.MethodVisitor
-
Starts the visit of the method's code, if any (i.e.
- visitEnd() - Method in class jetbrick.asm.AnnotationVisitor
-
Visits the end of the annotation.
- visitEnd() - Method in class jetbrick.asm.ClassVisitor
-
Visits the end of the class.
- visitEnd() - Method in class jetbrick.asm.ClassWriter
-
- visitEnd() - Method in class jetbrick.asm.FieldVisitor
-
Visits the end of the field.
- visitEnd() - Method in class jetbrick.asm.MethodVisitor
-
Visits the end of the method.
- visitEnum(String, String, String) - Method in class jetbrick.asm.AnnotationVisitor
-
Visits an enumeration value of the annotation.
- visitField(int, String, String, String, Object) - Method in class jetbrick.asm.ClassVisitor
-
Visits a field of the class.
- visitField(int, String, String, String, Object) - Method in class jetbrick.asm.ClassWriter
-
- visitFieldInsn(int, String, String, String) - Method in class jetbrick.asm.MethodVisitor
-
Visits a field instruction.
- visitFrame(int, int, Object[], int, Object[]) - Method in class jetbrick.asm.MethodVisitor
-
Visits the current state of the local variables and operand stack
elements.
- visitIincInsn(int, int) - Method in class jetbrick.asm.MethodVisitor
-
Visits an IINC instruction.
- visitInnerClass(String, String, String, int) - Method in class jetbrick.asm.ClassVisitor
-
Visits information about an inner class.
- visitInnerClass(String, String, String, int) - Method in class jetbrick.asm.ClassWriter
-
- visitInsn(int) - Method in class jetbrick.asm.MethodVisitor
-
Visits a zero operand instruction.
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class jetbrick.asm.MethodVisitor
-
Visits an annotation on an instruction.
- visitIntInsn(int, int) - Method in class jetbrick.asm.MethodVisitor
-
Visits an instruction with a single int operand.
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class jetbrick.asm.MethodVisitor
-
Visits an invokedynamic instruction.
- visitJumpInsn(int, Label) - Method in class jetbrick.asm.MethodVisitor
-
Visits a jump instruction.
- visitLabel(Label) - Method in class jetbrick.asm.MethodVisitor
-
Visits a label.
- visitLdcInsn(Object) - Method in class jetbrick.asm.MethodVisitor
-
Visits a LDC instruction.
- visitLineNumber(int, Label) - Method in class jetbrick.asm.MethodVisitor
-
Visits a line number declaration.
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class jetbrick.asm.MethodVisitor
-
Visits a local variable declaration.
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class jetbrick.asm.MethodVisitor
-
Visits an annotation on a local variable type.
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class jetbrick.asm.MethodVisitor
-
Visits a LOOKUPSWITCH instruction.
- visitMaxs(int, int) - Method in class jetbrick.asm.MethodVisitor
-
Visits the maximum stack size and the maximum number of local variables
of the method.
- visitMethod(int, String, String, String, String[]) - Method in class jetbrick.asm.ClassVisitor
-
Visits a method of the class.
- visitMethod(int, String, String, String, String[]) - Method in class jetbrick.asm.ClassWriter
-
- visitMethodInsn(int, String, String, String) - Method in class jetbrick.asm.MethodVisitor
-
Deprecated.
- visitMethodInsn(int, String, String, String, boolean) - Method in class jetbrick.asm.MethodVisitor
-
Visits a method instruction.
- visitMultiANewArrayInsn(String, int) - Method in class jetbrick.asm.MethodVisitor
-
Visits a MULTIANEWARRAY instruction.
- visitOuterClass(String, String, String) - Method in class jetbrick.asm.ClassVisitor
-
Visits the enclosing class of the class.
- visitOuterClass(String, String, String) - Method in class jetbrick.asm.ClassWriter
-
- visitParameter(String, int) - Method in class jetbrick.asm.MethodVisitor
-
Visits a parameter of this method.
- visitParameterAnnotation(int, String, boolean) - Method in class jetbrick.asm.MethodVisitor
-
Visits an annotation of a parameter this method.
- visitSource(String, String) - Method in class jetbrick.asm.ClassVisitor
-
Visits the source of the class.
- visitSource(String, String) - Method in class jetbrick.asm.ClassWriter
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class jetbrick.asm.MethodVisitor
-
Visits a TABLESWITCH instruction.
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class jetbrick.asm.MethodVisitor
-
Visits an annotation on an exception handler type.
- visitTryCatchBlock(Label, Label, Label, String) - Method in class jetbrick.asm.MethodVisitor
-
Visits a try catch block.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class jetbrick.asm.ClassVisitor
-
Visits an annotation on a type in the class signature.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class jetbrick.asm.ClassWriter
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class jetbrick.asm.FieldVisitor
-
Visits an annotation on the type of the field.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class jetbrick.asm.MethodVisitor
-
Visits an annotation on a type in the method signature.
- visitTypeInsn(int, String) - Method in class jetbrick.asm.MethodVisitor
-
Visits a type instruction.
- visitVarInsn(int, int) - Method in class jetbrick.asm.MethodVisitor
-
Visits a local variable instruction.
- VMUtils - Class in jetbrick.util
-
- VMUtils() - Constructor for class jetbrick.util.VMUtils
-
- VOID - Static variable in class jetbrick.asm.Type
-
The sort of the void type.
- VOID_TYPE - Static variable in class jetbrick.asm.Type
-
The void type.