T
- the type of the elements of the underlying set.public interface RinglikeStructure<T> extends Structure<T>
Modifier and Type | Method and Description |
---|---|
GrouplikeStructure<T> |
additionStructure()
Returns the grouplike structure representing the addition of elements.
|
GrouplikeStructure<T> |
multiplicationStructure()
Returns the grouplike structure representing the multiplication of elements.
|
GrouplikeStructure<T> additionStructure()
GrouplikeStructure<T> multiplicationStructure()