com.pavelvlasov.cache
Interface AppendableProducer
- All Superinterfaces:
- Producer
- public interface AppendableProducer
- extends Producer
Producer which supports addition of values and returns keys corresponding to the values.
- Author:
- Pavel Vlasov
Method Summary |
java.lang.Object |
add(java.lang.Object value)
Adds value to producer. |
add
public java.lang.Object add(java.lang.Object value)
- Adds value to producer.
- Parameters:
value
-
- Returns:
- key for the value.
Copyright © 2003 Hammurapi Group. All Rights Reserved.