280281282283284285286
*/ public void createMemoryPostings(){ if (useFieldInformation) mp = new BlockFieldMemoryPostings(); else mp = new BlockMemoryPostings(); }
287288289290291292293
protected void createMemoryPostings(){ if (useFieldInformation) mp = new BlockFieldMemoryPostings(); else mp = new BlockMemoryPostings(); }