public class IdentityIsomorphism extends java.lang.Object implements GroupHomomorphismImpl
apply(g).equals(g).| Constructor and Description |
|---|
IdentityIsomorphism() |
IdentityIsomorphism(Representation repr) |
| Modifier and Type | Method and Description |
|---|---|
GroupElementImpl |
apply(GroupElementImpl t)
Applies the isomorphism.
|
boolean |
equals(java.lang.Object other) |
Representation |
getRepresentation()
The representation of this object.
|
int |
hashCode() |
public IdentityIsomorphism()
public IdentityIsomorphism(Representation repr)
public GroupElementImpl apply(GroupElementImpl t)
apply in interface java.util.function.Function<GroupElementImpl,GroupElementImpl>public Representation getRepresentation()
RepresentableReprUtilgetRepresentation in interface RepresentableRepresentationpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Object