public abstract class RingGroupImpl.RingGroupElementImpl extends java.lang.Object implements GroupElementImpl
| Modifier and Type | Field and Description |
|---|---|
protected RingElement |
element |
| Constructor and Description |
|---|
RingGroupElementImpl(RingElement e) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Representation |
getRepresentation()
The representation of this object.
|
int |
hashCode() |
RingElement |
projectToRing()
Projects the element of this group back to its ring.
|
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetStructure, inv, isNeutralElement, op, pow, squaregetUniqueByteRepresentation, updateAccumulatorprotected final RingElement element
public RingGroupElementImpl(RingElement e)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic RingElement projectToRing()
public Representation getRepresentation()
RepresentableReprUtilgetRepresentation in interface RepresentableRepresentationpublic java.lang.String toString()
toString in class java.lang.Object