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

Constructor Index

 o ObservableStore()

Method Index

 o add(Object)
 o addAll(Object[])
 o execute(FUNCTION)
 o isEmpty()
 o map(FUNCTION)
 o remove()
 o size()
 o toString()
Returns a String that represents the value of this Object.

Constructors

 o ObservableStore
  public ObservableStore()

Methods

 o add
  public void add(Object o)
 o isEmpty
  public boolean isEmpty()
 o addAll
  public void addAll(Object a[])
 o remove
  public Object remove()
 o toString
  public String toString()
Returns a String that represents the value of this Object.

Overrides:
toString in class Object
 o execute
  public void execute(FUNCTION f)
 o map
  public STORE map(FUNCTION f)
 o size
  public int size()

All Packages  Class Hierarchy  This Package  Previous  Next  Index

Imprint | Data Protection