2016-06-28 78 views
0

我越來越L,Z和Java方法簽名V

java.lang.AbstractMethodError: javax.xml.parsers.DocumentBuilderFactory.setFeature(Ljava/lang/String;Z)V 

LZV站在什麼呢?

回答

4

JVM規範的Section 4.3.2

 
Character  Type   Interpretation 
------------------------------------------ 
B    byte   signed byte 
C    char   Unicode character 
D    double  double-precision floating-point value 
F    float   single-precision floating-point value 
I    int   integer 
J    long   long integer 
L<classname>; reference  an instance of class 
S    short   signed short 
Z    boolean  true or false 
[    reference  one array dimension 
+0

+ V代表虛空 – dzieciou

0

這些類型簽名原語:

Type Signature Java Type V void Z boolean B byte C char S short I int J long F float D double L fully-qualified-class ; fully-qualified-class [ type type[]

setFeature需要Stringboolean並返回void