public class CountingIsomorphismImpl extends java.lang.Object implements GroupHomomorphismImpl
CountingGroupImpls.| Constructor and Description |
|---|
CountingIsomorphismImpl(CountingGroupImpl src,
CountingGroupImpl target) |
CountingIsomorphismImpl(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 CountingIsomorphismImpl(CountingGroupImpl src, CountingGroupImpl target)
public CountingIsomorphismImpl(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