Package hydra.ext.cypher.openCypher
Class YieldItem
- java.lang.Object
-
- hydra.ext.cypher.openCypher.YieldItem
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<YieldItem>
public class YieldItem extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<YieldItem>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YieldItem(Maybe<ProcedureResultField> field, Variable variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(YieldItem other)booleanequals(java.lang.Object other)inthashCode()YieldItemwithField(Maybe<ProcedureResultField> field)YieldItemwithVariable(Variable variable)
-
-
-
Constructor Detail
-
YieldItem
public YieldItem(Maybe<ProcedureResultField> field, Variable variable)
-
-
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(YieldItem other)
- Specified by:
compareToin interfacejava.lang.Comparable<YieldItem>
-
withField
public YieldItem withField(Maybe<ProcedureResultField> field)
-
-