Package com.usatiuk.objects.iterators
Interface Data<V>
- Type Parameters:
V
- the type of the value
- All Superinterfaces:
MaybeTombstone<V>
- All Known Subinterfaces:
JDataVersionedWrapper
- All Known Implementing Classes:
DataWrapper
,JDataVersionedWrapperImpl
,JDataVersionedWrapperLazy
,PendingWrite
Interface indicating that data is present.
-
Method Summary
-
Method Details
-
value
V value()Get the value.- Returns:
- the value
-