Class AttributePath<A>

  • All Implemented Interfaces:
    Iterable<A>

    public final class AttributePath<A>
    extends Object
    implements Iterable<A>
    • Constructor Detail

      • AttributePath

        @SafeVarargs
        public AttributePath​(A... path)
    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • getLength

        public int getLength()
      • get

        public A get​(int index)
      • last

        public A last()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object