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

java.lang.Object
Type Parameters:
K - Type of Keys
V - Type of values
All Implemented Interfaces:
IAssociative<K,V>, IValidated, IWriteable, Map<K,V>

public final class Index<K extends ABlobLike<?>,V extends ACell> extends AIndex<K,V>
Index node implementation, providing an efficient radix tree based immutable data structure for indexed access and sorting. Supporting:
  • An optional prefix string
  • An optional entry with this exact prefix
  • Up to 16 child entries at the next level of depth