Interface ChainStorage.Entry<E,K,V,EN extends ChainStorage.Entry<E,K,V,EN>>
- All Superinterfaces:
Composition
- All Known Implementing Classes:
AbstractChainEntry
,AbstractChainEntry.Head
,AbstractChainEntryLinked
,AbstractChainEntryLinkedHashed
,AbstractChainEntryLinkedKV
,AbstractChainEntryLinkedKVHashed
,ChainEntryLinkedHashedStrong
,ChainEntryLinkedStrong
- Enclosing interface:
- ChainStorage<E,K,V,EN extends ChainStorage.Entry<E,K,V,EN>>
public static interface ChainStorage.Entry<E,K,V,EN extends ChainStorage.Entry<E,K,V,EN>> extends Composition