Class IntPath

    • Method Detail

      • first

        public int first()
      • last

        public int last()
      • addAll

        public IntPath addAll​(int... values)
      • childPath

        public IntPath childPath()
      • parentPath

        public IntPath parentPath()
      • reversed

        public IntPath reversed()
      • start

        public int start()
      • end

        public int end()
      • contains

        public boolean contains​(IntPath path)
      • arraysEquals

        public static boolean arraysEquals​(int[] a,
                                           int aFromIndex,
                                           int aToIndex,
                                           int[] b,
                                           int bFromIndex,
                                           int bToIndex)
      • indexOf

        public int indexOf​(int val)
      • contains

        public boolean contains​(int val)
      • isEmpty

        public boolean isEmpty()
      • size

        public int size()
      • get

        public int get​(int index)
      • items

        public int[] items()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object