Uses of Class
io.permazen.core.SimpleIndex
-
Uses of SimpleIndex in io.permazen.core
Modifier and TypeClassDescriptionclass
CollectionElementIndex<C extends Collection<E>,
E> A simple index on the elements of aCollectionField
.class
ComplexSubFieldIndex<C,
T> A simple index on aComplexField
sub-field.class
An index on the elements of a list field.class
MapKeyIndex<K,
V> An index on the keys of a map field.class
MapValueIndex<K,
V> An index on the values of a map field.class
An index on the elements of a set field.class
An index on a simple field that is not a sub-field of a complex field.Modifier and TypeMethodDescriptiondefault <T> R
IndexSwitch.caseSimpleIndex
(SimpleIndex<T> index) Visitor pattern roll-up method.