Package hydra.query

Class Path.Step

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Path

    public static final class Path.Step
    extends Path
    implements java.io.Serializable
    A path given by a single step
    See Also:
    Serialized Form
    • Field Detail

      • value

        public final Step value
    • Constructor Detail

      • Step

        public Step​(Step value)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object