Interface IndexedSortedMapStorageReader.IndexedSortedMapStorageReaderNode<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>,F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,D>>

All Superinterfaces:
Comparable<Node<PK,D,F>>, IndexedMapStorageReader<PK,D>, IndexedMapStorageReader.IndexedMapStorageReaderNode<PK,D,F>, IndexedOps<PK,D>, IndexedSortedMapStorageReader<PK,D>, IndexedStorageReader<PK,D>, IndexedStorageReader.IndexedStorageReaderNode<PK,D,F>, MapStorageReader<PK,D>, MapStorageReader.MapStorageReaderNode<PK,D,F>, Node<PK,D,F>, NodeOps<PK,D>, SortedMapStorageReader<PK,D>, SortedMapStorageReader.SortedMapStorageReaderNode<PK,D,F>, SortedStorageReader<PK,D>, SortedStorageReader.SortedStorageReaderNode<PK,D,F>
All Known Subinterfaces:
IndexedSortedMapStorage.IndexedSortedMapStorageNode<PK,D,F>, IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK,D,F>, IndexedSortedMapStorageReader.PhysicalIndexedSortedMapStorageReaderNode<PK,D,F>
All Known Implementing Classes:
IndexedSortedMapStorageCallsiteAdapter, IndexedSortedMapStorageCounterAdapter, PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory.PhysicalIndexedSortedMapStorageAvailabilityAdapter, PhysicalIndexedSortedMapStorageCallsiteAdapter, PhysicalIndexedSortedMapStorageCounterAdapter, PhysicalIndexedSortedMapStorageSanitizationAdapter, PhysicalIndexedSortedMapStorageTraceAdapter
Enclosing interface:
IndexedSortedMapStorageReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>

public static interface IndexedSortedMapStorageReader.IndexedSortedMapStorageReaderNode<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>,F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,D>> extends SortedMapStorageReader.SortedMapStorageReaderNode<PK,D,F>, IndexedMapStorageReader.IndexedMapStorageReaderNode<PK,D,F>, IndexedSortedMapStorageReader<PK,D>