接口的使用
cn.wjybxx.base.collection.IndexedCollection
使用IndexedCollection的程序包
-
cn.wjybxx.base.collection中IndexedCollection的使用
修饰符和类型接口说明interfaceIndexedPriorityQueue<T extends IndexedElement>参考自netty的实现 由于Collection中的API是基于Object的,不利于查询性能,添加了一些限定类型的方法。