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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyValue(O obj)
boolean
canApplyTo(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()
-