Class LayerPath

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<java.lang.String>, java.util.Collection<java.lang.String>, java.util.List<java.lang.String>, java.util.RandomAccess

    public class LayerPath
    extends java.util.ArrayList<java.lang.String>
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.AbstractList

        modCount
    • Constructor Summary

      Constructors 
      Constructor Description
      LayerPath()  
      LayerPath​(LayerPath initialPath, java.lang.String... args)  
      LayerPath​(java.lang.String initialPathEntry, java.lang.String... args)  
      LayerPath​(java.util.List<java.lang.String> initialPathEntries)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isEmptyPath​(LayerPath path)  
      LayerPath lastButOne()  
      LayerPath subPath​(int start, int end)  
      java.lang.String toString()  
      • Methods inherited from class java.util.ArrayList

        add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
      • Methods inherited from class java.util.AbstractCollection

        containsAll
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, stream, toArray
      • Methods inherited from interface java.util.List

        containsAll
    • Constructor Detail

      • LayerPath

        public LayerPath()
      • LayerPath

        public LayerPath​(LayerPath initialPath,
                         java.lang.String... args)
      • LayerPath

        public LayerPath​(java.lang.String initialPathEntry,
                         java.lang.String... args)
      • LayerPath

        public LayerPath​(java.util.List<java.lang.String> initialPathEntries)
    • Method Detail

      • subPath

        public LayerPath subPath​(int start,
                                 int end)
      • isEmptyPath

        public static boolean isEmptyPath​(LayerPath path)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.AbstractCollection<java.lang.String>