Package org.core.vector
Interface VectorConverter.Specific<N extends Number,V extends Vector<N,?>>
- All Superinterfaces:
VectorConverter
- All Known Implementing Classes:
VectorConverter.Specific.AbstractSpecificWrapper
- Enclosing interface:
- VectorConverter
public static interface VectorConverter.Specific<N extends Number,V extends Vector<N,?>>
extends VectorConverter
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Nested classes/interfaces inherited from interface org.core.vector.VectorConverter
VectorConverter.Specific<N extends Number,V extends Vector<N,?>>
-
Method Summary
Methods inherited from interface org.core.vector.VectorConverter
convert, createDefaultValue, createInstance, getSize
-
Method Details
-
getConverter
Function<BigDecimal,N> getConverter() -
convert
-