SuballocatedIntVector.java | 64 protected int m_map0[]; field in class:SuballocatedIntVector 101 m_map0=new int[m_blocksize]; 103 m_map[0]=m_map0; 104 m_buildCache = m_map0; 195 m_map0[m_firstFree++]=value; 313 m_buildCache = m_map0; 390 m_map0[at]=value; 440 return m_map0[i]; 540 * Return the internal m_map0 array 541 * @return the m_map0 arra [all...] |