Class ObjectPath<T>

    • Method Detail

      • size

        public int size()
      • first

        public T first()
      • last

        public T last()
      • get

        public T get​(int i)
      • containsPath

        public boolean containsPath​(ObjectPath<T> other)
      • contains

        public boolean contains​(T obj)
      • indexOf

        public int indexOf​(T obj)
      • isEmpty

        public boolean isEmpty()
      • start

        public T start()
      • end

        public T end()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object