java中双冒号的使用,即方法引用 构造器调用 Class类::new特定对象的方法调用 instance::method类的静态方法调用 Class::static method任意对象的方法调用 Class::instance method