Interface Remappable<V extends Remappable<V,O>,O>
-
- Type Parameters:
V- the cache value typeO- the operand type
public interface Remappable<V extends Remappable<V,O>,O>Implemented by cache value types that support copy-on-write operations.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vremap(O operand)Returns a new instance of this object with the specified operand applied.
-