Uses of Class
org.mc4j.ems.store.Value

Packages that use Value
org.mc4j.ems.store   
 

Uses of Value in org.mc4j.ems.store
 

Fields in org.mc4j.ems.store with type parameters of type Value
protected  java.util.List<Value> CompleteValueHistory.values
          Newer values are added at the end of the list.
 

Methods in org.mc4j.ems.store that return types with arguments of type Value
 java.util.List<Value> ValueHistory.getValues()
           
 java.util.List<Value> CompleteValueHistory.getValues()
           
 

Methods in org.mc4j.ems.store with parameters of type Value
 void ValueHistory.addValue(Value value)
           
 void CompleteValueHistory.addValue(Value value)