internal StandardCollectionFinder(JCollectionFinder cf) { collectionFinder = (JStandardCollectionFinder)cf; }
/// <summary> /// Default constructor to create a wrapped Java StandardCollectionFinder /// </summary> public StandardCollectionFinder() { collectionFinder = new JStandardCollectionFinder(); }