HomeSort by relevance Sort by last modified time
    Searched full:chainsize (Results 1 - 1 of 1) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMStringPool.java 68 * @param chainSize The size of the hash chain vector
70 public DTMStringPool(int chainSize)
73 m_hashChain=new IntVector(chainSize);

Completed in 51 milliseconds