Class AIndex<K extends ABlobLike<?>,V extends ACell>

java.lang.Object
Type Parameters:
K - Type of Index keys
V - Type of Index values
All Implemented Interfaces:
IAssociative<K,V>, IValidated, IWriteable, Map<K,V>
Direct Known Subclasses:
Index

public abstract class AIndex<K extends ABlobLike<?>,V extends ACell> extends AMap<K,V>
Abstract base class for Indexes: a sorted radix-tree map of Blobs to Values. Primary benefits: - Provide sorted orderings for indexes - Support Schedule data structure