Package com.usatiuk.objects.iterators
Interface Tombstone<V>
- Type Parameters:
V- the type of the value
- All Superinterfaces:
MaybeTombstone<V>
- All Known Implementing Classes:
PendingDelete,TombstoneImpl
Indicates that the value is a tombstone.
V - the type of the valueMaybeTombstone<V>PendingDelete, TombstoneImpl