Class Path


  • public class Path
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Path()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()  
      long get​(int i)  
      boolean isEmpty()  
      int size()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Path

        public Path()
    • Method Detail

      • get

        public long get​(int i)
      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • clear

        public void clear()