Package openGql.grammar
Class AllDifferentPredicate
- java.lang.Object
-
- openGql.grammar.AllDifferentPredicate
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<AllDifferentPredicate>
public class AllDifferentPredicate extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<AllDifferentPredicate>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<java.lang.String>referencesstatic NameREFERENCESName of theopenGql.grammar.AllDifferentPredicate.referencesfield.static NameTYPE_Name of theopenGql.grammar.AllDifferentPredicatetype.
-
Constructor Summary
Constructors Constructor Description AllDifferentPredicate(java.util.List<java.lang.String> references)Constructs an immutableAllDifferentPredicate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(AllDifferentPredicate other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
AllDifferentPredicate
public AllDifferentPredicate(java.util.List<java.lang.String> references)
Constructs an immutableAllDifferentPredicate.
-
-
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(AllDifferentPredicate other)
- Specified by:
compareToin interfacejava.lang.Comparable<AllDifferentPredicate>
-
-