Interface DoubleVectorKeyExtractor<V>

All Superinterfaces:
KeyExtractor<V,List<Double>>
All Known Subinterfaces:
IntegerListDoubleVectorKeyExtractor, StringDoubleVectorKeyExtractor

public interface DoubleVectorKeyExtractor<V> extends KeyExtractor<V,List<Double>>