Re: How can I get the number of results returned in a NamingEnumeration by a call to DirContext.search()?
Posted By:
John_Mitchell
Posted On:
Friday, June 29, 2001 07:52 PM
You can't do that, directly. You'll have to pull out all of the entries and copy/put them into an intermediate structure and then do your processing against your structure.