摘要: 类内部实现接口,实现责任链 public class InterfacePropertyDemo { interface Child { DeadLockDemo method(String strKey, String strValue); } // 存入匿名类,类似责任链, 里面存储的是方法的集 阅读全文
posted @ 2021-06-17 09:52 龘人上天 阅读(128) 评论(0) 推荐(0) 编辑