字段摘要 static int MAX_VALUE 保持 int 类型的最大值的常量可取的值为 231-1. static int MIN_VALUE 保持 int 类型的最小值的常量可取的值为 -231. static int SIZE 以二进制补码形式表示 int 值的位数. static Class<Integer> TYPE 表示基本类型 int 的 Class 实例. 构造方法摘要
类实现接口IComparable //实现接口的自定义类 //此接口规定了一个返回类型int的方法, //public int CompareTo(object obj) //返回1时this排object前面,0是并列,-1时this排object后面 public class varConf:IComparable { public string name; public string deviceType; public string deviceAddress; public strin