|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RBList
This interface defines an abstract block list. Elements added to this list will be served (i.e. may result in blocking).
| Method Summary | |
|---|---|
void |
add(RBListEntry entry)
This method adds the given entry to the list. |
boolean |
contains(String name)
Checks whether the given key (e.g. |
RBListEntry |
lookup(String name)
Returns the entry for the given name. |
boolean |
remove(String name)
|
List<RBListEntry> |
search(String query)
|
void |
store()
|
| Method Detail |
|---|
RBListEntry lookup(String name)
name -
boolean contains(String name)
entry -
void add(RBListEntry entry)
entry - List<RBListEntry> search(String query)
boolean remove(String name)
void store()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||