org.sfm.csv.impl
public class DelegateDelayedCellSetterFactory.DelegateDelayedCellSetter extends Object implements DelayedCellSetter<T,P>
| Constructor and Description |
|---|
DelegateDelayedCellSetterFactory.DelegateDelayedCellSetter() |
| Modifier and Type | Method and Description |
|---|---|
P |
consumeValue() |
P |
getValue() |
boolean |
isSettable() |
P |
peekValue() |
void |
set(char[] chars,
int offset,
int length,
ParsingContext parsingContext) |
void |
set(T t) |
public DelegateDelayedCellSetterFactory.DelegateDelayedCellSetter()
public P getValue()
public void set(T t) throws Exception
set in interface DelayedCellSetter<T,P>Exceptionpublic boolean isSettable()
isSettable in interface DelayedCellSetter<T,P>public void set(char[] chars,
int offset,
int length,
ParsingContext parsingContext)
throws Exception
set in interface DelayedCellSetter<T,P>Exceptionpublic P consumeValue()
consumeValue in interface DelayedCellSetter<T,P>public P peekValue()
peekValue in interface DelayedCellSetter<T,P>Copyright © 2015. All rights reserved.