首页
•
知识库
•
资源下载
•
在线工具
•
索引
•
Jar
•
Java
•
关键词
•
常用命令
•
口令服务
org.apache.xml.utils.SuballocatedIntVector.java
所属路径:/xalan/xalan/{}/xalan-{}.jar 关联版本:2.3.1,2.6.0,2.7.1,2.7.0.patch01-brew,2.7.0.patch02-brew,2.7.1.patch01-brew,j_2.7.0
依赖类列表
different internal storage. * * This version uses an array-of-arrays solution. Read/write access is thus * a bit slower than the simple IntVector
and basic storage is a trifle * higher due to the top-level array -- but appending is O(1) fast rather * than O(N**2) slow
which will swamp those costs in situations where * long vectors are being built up. * * Known issues: * * Some methods are private because they haven't yet been tested properly. * * Retrieval performance is critical
since this is used at the core * of the DTM model. (Append performance is almost as important.) * That's pushing me toward just letting reads from unset indices * throw exceptions or return stale data
包列表
/xalan/xalan/2.3.1/xalan-2.3.1.jar
/xalan/xalan/2.6.0/xalan-2.6.0.jar
/xalan/xalan/2.7.1/xalan-2.7.1.jar
pom文件
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.3.1</version>
</dependency>