接口的使用
cn.wjybxx.base.collection.IndexedElement
使用IndexedElement的程序包
-
cn.wjybxx.base.collection中IndexedElement的使用
类型参数类型为IndexedElement的cn.wjybxx.base.collection中的类修饰符和类型类说明classDefaultIndexedPriorityQueue<T extends IndexedElement>参考自Netty的实现interfaceIndexedCollection<E extends IndexedElement>在元素身上存储了索引信息的集合。interfaceIndexedPriorityQueue<T extends IndexedElement>参考自netty的实现 由于Collection中的API是基于Object的,不利于查询性能,添加了一些限定类型的方法。