扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.lang.model.element枚举modifier的类成员方法: strictfp定义及介绍
发布时间:2014-2-18
本文导语:
strictfp
public static final modifier strictfp
修饰符 strictfp
values
public static final modifier[] values()
returns an array containing the constants of this enum type, in
the order they are declared. this method may be used to iterate
over the constants as follows:
for(modifier ...