All Packages Class Hierarchy This Package Previous Next Index
Class obsstore.ObservableStore
java.lang.Object
|
+----java.util.Observable
|
+----obsstore.ObservableStore
- public class ObservableStore
- extends Observable
- implements STORE, Cloneable
-
ObservableStore()
-
-
add(Object)
-
-
addAll(Object[])
-
-
execute(FUNCTION)
-
-
isEmpty()
-
-
map(FUNCTION)
-
-
remove()
-
-
size()
-
-
toString()
- Returns a String that represents the value of this Object.
ObservableStore
public ObservableStore()
add
public void add(Object o)
isEmpty
public boolean isEmpty()
addAll
public void addAll(Object a[])
remove
public Object remove()
toString
public String toString()
- Returns a String that represents the value of this Object.
- Overrides:
- toString in class Object
execute
public void execute(FUNCTION f)
map
public STORE map(FUNCTION f)
size
public int size()
All Packages Class Hierarchy This Package Previous Next Index
Imprint | Data Protection