Searched refs:HASHPRIME (Results 1 – 1 of 1) sorted by relevance
60 static final int HASHPRIME=101; field in DTMStringPool61 int[] m_hashStart=new int[HASHPRIME];88 for(int i=0;i<HASHPRIME;++i) in removeAllElements()109 int hashslot=s.hashCode()%HASHPRIME; in stringToIndex()