org.indunet.*
-
-
org.indunet.fastproto.annotation.type.ByteType
| 限定符和类型 |
常量字段 |
值 |
public static final int |
MAX_VALUE |
127 |
public static final int |
MIN_VALUE |
-128 |
public static final int |
SIZE |
1 |
-
org.indunet.fastproto.annotation.type.CharacterType
| 限定符和类型 |
常量字段 |
值 |
public static final int |
SIZE |
2 |
-
org.indunet.fastproto.annotation.type.DoubleType
| 限定符和类型 |
常量字段 |
值 |
public static final double |
MAX_VALUE |
1.7976931348623157E308 |
public static final double |
MIN_VALUE |
4.9E-324 |
public static final int |
SIZE |
8 |
-
org.indunet.fastproto.annotation.type.FloatType
| 限定符和类型 |
常量字段 |
值 |
public static final float |
MAX_VALUE |
3.4028234663852886E38f |
public static final float |
MIN_VALUE |
1.401298464324817E-45f |
public static final int |
SIZE |
4 |
-
org.indunet.fastproto.annotation.type.Integer16Type
| 限定符和类型 |
常量字段 |
值 |
public static final int |
MAX_VALUE |
32767 |
public static final int |
MIN_VALUE |
-32768 |
public static final int |
SIZE |
2 |
-
org.indunet.fastproto.annotation.type.Integer8Type
| 限定符和类型 |
常量字段 |
值 |
public static final int |
MAX_VALUE |
127 |
public static final int |
MIN_VALUE |
-128 |
public static final int |
SIZE |
1 |
-
org.indunet.fastproto.annotation.type.IntegerType
| 限定符和类型 |
常量字段 |
值 |
public static final int |
MAX_VALUE |
2147483647 |
public static final int |
MIN_VALUE |
-2147483648 |
public static final int |
SIZE |
4 |
-
org.indunet.fastproto.annotation.type.LongType
| 限定符和类型 |
常量字段 |
值 |
public static final long |
MAX_VALUE |
9223372036854775807L |
public static final long |
MIN_VALUE |
-9223372036854775808L |
public static final int |
SIZE |
8 |
-
org.indunet.fastproto.annotation.type.ShortType
| 限定符和类型 |
常量字段 |
值 |
public static final int |
MAX_VALUE |
32767 |
public static final int |
MIN_VALUE |
-32768 |
public static final int |
SIZE |
2 |
-
-
org.indunet.fastproto.annotation.type.UInteger32Type
| 限定符和类型 |
常量字段 |
值 |
public static final long |
MAX_VALUE |
4294967295L |
public static final int |
MIN_VALUE |
0 |
public static final int |
SIZE |
4 |
-
Copyright © 2018–2021 Industrial Internet. All rights reserved.