How to get the associated products for a category?

Thanks for reply, but i don’t want to loop the products, is there is any way to assign the products to categories by category load,

->load($categoryid);
->setProductIds($productsids);

Like in product case we do.

How to get the products for a particular category?