Interface AdditiveAbelianGroup<T>

All Superinterfaces:
AdditiveGroup<T>, AdditiveGroupoid<T>, AdditiveMonoid<T>, AdditiveSemigroup<T>
All Known Subinterfaces:
CommutativeRing<T>, DivisionRing<T>, Field<T>, Ring<T>

public interface AdditiveAbelianGroup<T> extends AdditiveGroup<T>
Group with a commutative binary operation.