public class DebugIsomorphismImpl extends java.lang.Object implements GroupHomomorphismImpl
DebugGroupImpls.| Constructor and Description |
|---|
DebugIsomorphismImpl(DebugGroupImpl src,
DebugGroupImpl target) |
DebugIsomorphismImpl(Representation repr) |
| Modifier and Type | Method and Description |
|---|---|
GroupElementImpl |
apply(GroupElementImpl groupElement) |
boolean |
equals(java.lang.Object o) |
Representation |
getRepresentation()
The representation of this object.
|
int |
hashCode() |
public DebugIsomorphismImpl(DebugGroupImpl src, DebugGroupImpl target)
public DebugIsomorphismImpl(Representation repr)
public Representation getRepresentation()
RepresentableReprUtilgetRepresentation in interface RepresentableRepresentationpublic GroupElementImpl apply(GroupElementImpl groupElement)
apply in interface java.util.function.Function<GroupElementImpl,GroupElementImpl>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object