Package com.gdblab.pathAlgebra.syntax
Class GroupProj.Limited
- java.lang.Object
-
- com.gdblab.pathAlgebra.syntax.GroupProj
-
- com.gdblab.pathAlgebra.syntax.GroupProj.Limited
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<GroupProj>
- Enclosing class:
- GroupProj
public static final class GroupProj.Limited extends GroupProj implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.gdblab.pathAlgebra.syntax.GroupProj
GroupProj.All, GroupProj.Limited, GroupProj.PartialVisitor<R>, GroupProj.Visitor<R>
-
-
Constructor Summary
Constructors Constructor Description Limited(java.math.BigInteger value)Constructs an immutableGroupProj.Limited.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(GroupProj.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(GroupProj other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
Limited
public Limited(java.math.BigInteger value)
Constructs an immutableGroupProj.Limited.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(GroupProj other)
- Specified by:
compareToin interfacejava.lang.Comparable<GroupProj>
-
accept
public <R> R accept(GroupProj.Visitor<R> visitor)
Dispatch tovisitor.
-
-