For example, something like...
int numItemsInMyListFragment = myListFragment.size();
...that is obviously valid??
Update: I've just discovered the answer by doing a similar search for ListActivity, so I'll post the answer below...
int numItemsInMyListFragment = myListFragment.getListView().getCount();