Class LinkedPathItem<T>


  • public class LinkedPathItem<T>
    extends java.lang.Object
    Item of a linked list.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2016 Created on Jan 10, 2016
    • Constructor Summary

      Constructors 
      Constructor Description
      LinkedPathItem()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getData()  
      • Methods inherited from class java.lang.Object

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

      • LinkedPathItem

        public LinkedPathItem()
    • Method Detail

      • getData

        public T getData()