Interface Tombstone<V>

Type Parameters:
V - the type of the value
All Superinterfaces:
MaybeTombstone<V>
All Known Implementing Classes:
PendingDelete, TombstoneImpl

public interface Tombstone<V> extends MaybeTombstone<V>
Indicates that the value is a tombstone.