Package org.core.utils.entry
Interface SnapshotValue<O,V>
- All Known Subinterfaces:
SnapshotValue.IdentifySnapshotValue<O,V>
- All Known Implementing Classes:
AbstractSnapshotValue,AbstractSnapshotValue.AbstractIdentitySnapshotValue
public interface SnapshotValue<O,V>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyValue(O obj)booleancanApplyTo(Object obj)SnapshotValue<O,V>clone()getValue()SnapshotValue<O,V>storeValue(O obj)
-
Method Details
-
canApplyTo
-
getValue
V getValue() -
setValue
-
storeValue
-
applyValue
-
clone
SnapshotValue<O,V> clone()
-