Interface AccStateTypeNonObject<I,E,K,V>

All Superinterfaces:
AccState<I,E>, AccStateGon<I,E,K,V>
All Known Implementing Classes:
AccStateArrayInit, AccStateInit

public interface AccStateTypeNonObject<I,E,K,V> extends AccStateGon<I,E,K,V>
Type for accumulators that accept values (arrays as items or fields as values). I.e. accumulators that do not produce objects.