Package com.usatiuk.objects.iterators
Interface MaybeTombstone<T>
- Type Parameters:
T
- the type of the value
- All Known Subinterfaces:
Data<V>
,JDataVersionedWrapper
,PendingWriteEntry
,Tombstone<V>
- All Known Implementing Classes:
DataWrapper
,JDataVersionedWrapperImpl
,JDataVersionedWrapperLazy
,PendingDelete
,PendingWrite
,TombstoneImpl
public interface MaybeTombstone<T>