Class CoreIndex4<V1,V2,V3,V4,T>

java.lang.Object
io.permazen.core.AbstractCoreIndex<T>
io.permazen.core.CoreIndex4<V1,V2,V3,V4,T>
Type Parameters:
V1 - first index value type
V2 - second index value type
V3 - third index value type
V4 - fourth index value type
T - index target type
All Implemented Interfaces:
Index<T>, Index4<V1,V2,V3,V4,T>

public class CoreIndex4<V1,V2,V3,V4,T> extends AbstractCoreIndex<T> implements Index4<V1,V2,V3,V4,T>
Core API Index4 implementation representing a composite index on four fields.

Instances are immutable.