Package com.pc.dailymile.domain

Examples of com.pc.dailymile.domain.UserStreamIterator


     *              any filtering you want to do, pass null to get all entries
     * @return
     *              an Iterator of entries which is lazily loaded
     */
    public Iterator<Entry> getUserEntries(String username, EntryCriteria criteria) {
        return new UserStreamIterator(this, username, criteria);
    }
View Full Code Here

TOP

Related Classes of com.pc.dailymile.domain.UserStreamIterator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.