Interface Field<T>
- Type Parameters:
T- the type of the field elements
- All Known Implementing Classes:
BigFractionField, BigRealField, ComplexField, Decimal64Field, DfpField, FractionField
-
Method Summary
Modifier and TypeMethodDescriptiongetOne()Get the multiplicative identity of the field.Class<? extends FieldElement<T>> Returns the runtime class of the FieldElement.getZero()Get the additive identity of the field.
-
Method Details
-
getZero
-
getOne
-
getRuntimeClass
Class<? extends FieldElement<T>> getRuntimeClass()Returns the runtime class of the FieldElement.- Returns:
- The
Classobject that represents the runtime class of this object.
-