public class PositionDelete<R> extends java.lang.Object implements StructLike
| Modifier and Type | Method and Description | 
|---|---|
static <T> PositionDelete<T> | 
create()  | 
<T> T | 
get(int colPos,
   java.lang.Class<T> javaClass)  | 
java.lang.CharSequence | 
path()  | 
long | 
pos()  | 
R | 
row()  | 
PositionDelete<R> | 
set(java.lang.CharSequence newPath,
   long newPos,
   R newRow)  | 
<T> void | 
set(int colPos,
   T value)  | 
int | 
size()  | 
public static <T> PositionDelete<T> create()
public PositionDelete<R> set(java.lang.CharSequence newPath, long newPos, R newRow)
public int size()
size in interface StructLikepublic java.lang.CharSequence path()
public long pos()
public R row()
public <T> T get(int colPos,
                 java.lang.Class<T> javaClass)
get in interface StructLikepublic <T> void set(int colPos,
                    T value)
set in interface StructLike