| Modifier and Type | Method and Description |
|---|---|
void |
add(Forum forum) |
void |
clear() |
Forums |
copy()
This methods returns a shallow copy of the current object.
|
void |
down(Forum forum) |
Forums |
first(int targetCount) |
Forum |
getByIndex(int index) |
boolean |
isEmpty() |
boolean |
isNotEmpty() |
java.util.Iterator<Forum> |
iterator() |
long |
lastId() |
long |
lastMessageId() |
long |
lastTopicId() |
void |
remove(Forum forum) |
Forums |
reverse() |
int |
size() |
void |
swap(int alpha,
int bravo) |
void |
up(Forum forum) |
public void add(Forum forum)
log - public void clear()
public Forums copy()
public void down(Forum forum)
forumId - public Forums first(int targetCount)
targetCount - public Forum getByIndex(int index)
index - public boolean isEmpty()
public boolean isNotEmpty()
public java.util.Iterator<Forum> iterator()
iterator in interface java.lang.Iterable<Forum>public long lastId()
public long lastMessageId()
public long lastTopicId()
public void remove(Forum forum)
id - public Forums reverse()
public int size()
public void swap(int alpha,
int bravo)
forumId - public void up(Forum forum)
forumId -