Class PositionDelete<R>

  • All Implemented Interfaces:
    StructLike

    public class PositionDelete<R>
    extends java.lang.Object
    implements StructLike
    • Constructor Summary

      Constructors 
      Constructor Description
      PositionDelete()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T get​(int colPos, java.lang.Class<T> javaClass)  
      java.lang.CharSequence path()  
      long pos()  
      R row()  
      <T> void set​(int colPos, T value)  
      PositionDelete<R> set​(java.lang.CharSequence newPath, long newPos, R newRow)  
      int size()  
      • Methods inherited from class java.lang.Object

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

      • PositionDelete

        public PositionDelete()
    • Method Detail

      • set

        public PositionDelete<R> set​(java.lang.CharSequence newPath,
                                     long newPos,
                                     R newRow)
      • size

        public int size()
        Specified by:
        size in interface StructLike
      • path

        public java.lang.CharSequence path()
      • pos

        public long pos()
      • row

        public R row()
      • get

        public <T> T get​(int colPos,
                         java.lang.Class<T> javaClass)
        Specified by:
        get in interface StructLike
      • set

        public <T> void set​(int colPos,
                            T value)
        Specified by:
        set in interface StructLike