|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.starhope.appius.user.UserListIterator
public abstract class UserListIterator
WRITEME: Document this type.
Field Summary | |
---|---|
protected String |
moniker
WRITEME |
protected int |
userID
WRITEME |
protected String |
userLogin
WRITEME |
Constructor Summary | |
---|---|
protected |
UserListIterator(AbstractUser user,
String listMoniker)
WRITEME: Document this constructor brpocock@star-hope.org |
Method Summary | |
---|---|
abstract void |
add(AbstractUser user)
Add another user to the list represented by this iterator |
void |
remove()
|
abstract void |
remove(AbstractUser interestingFellow)
WRITEME: Document this method brpocock@star-hope.org |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next |
Methods inherited from interface org.starhope.appius.util.RecordLoader |
---|
changed, initializeStorage, isRealtime, loadRecord, loadRecord, refresh, removeRecord, saveRecord |
Methods inherited from interface org.starhope.util.HasSubversionRevision |
---|
getSubversionRevision |
Field Detail |
---|
protected final String moniker
protected final int userID
protected final String userLogin
Constructor Detail |
---|
protected UserListIterator(AbstractUser user, String listMoniker)
user
- WRITEMElistMoniker
- WRITEMEMethod Detail |
---|
public abstract void add(AbstractUser user)
user
- the other userpublic void remove()
remove
in interface Iterator<UserListEntry>
Iterator.remove()
public abstract void remove(AbstractUser interestingFellow)
interestingFellow
- WRITEME
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |