public interface RBList
This interface defines an abstract block list. Elements added to this list will be served (i.e. may result in blocking).
| Modifier and Type | Method and Description |
|---|---|
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() |
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()
Copyright © 2013. All Rights Reserved.