Ejemplo n.º 1
0
        // count the number of tokens currently in the database
        public override int getPopulation()
        {
            //int count = 0;
            //lqMapOverAllObjects(lq, counterCallBackFunction, &count);

            int count = lq.getAllObjects().Count;

            return(count);
        }