public class UserIterator extends Object implements Iterable<User>, Iterator<User>
UserIterator(Intercom intercom, String tagName)
boolean
hasNext()
Iterator<User>
iterator()
User
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UserIterator(Intercom intercom, String tagName)
public Iterator<User> iterator()
iterator
Iterable<User>
public boolean hasNext()
hasNext
public User next()
next
public void remove()
remove
Copyright © 2015. All Rights Reserved.