Class Element<T>


  • class Element<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean first  
      int index  
      boolean last  
      T value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Element​(int index, boolean first, boolean last, T value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • index

        public final int index
      • first

        public final boolean first
      • last

        public final boolean last
      • value

        public final T value
    • Constructor Detail

      • Element

        public Element​(int index,
                       boolean first,
                       boolean last,
                       T value)