are there specific things against it?
It can be very handy to just store the id instead of the complete page and use the pagemap as a cache ..
We can do it now because pagemap does have a getEntries()
But i don't want to do entry.getPage().getId() because then every page could be constructed again just to test
the id. And i don't know what the contract is for IPageMapEntry.getNumericId() ?? Should that be the same is the page id?
(it is by default i think)
johan
On 1/8/06, Jonathan Locke <[EMAIL PROTECTED]> wrote:
i guess we may have to make PageMap.get() public then ... ??
