public static class
SparseCountSparseOutput.Options
Optional attributes for SparseCountSparseOutput
Public Methods
SparseCountSparseOutput.Options |
maxlength(Long maxlength)
|
SparseCountSparseOutput.Options |
minlength(Long minlength)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
public SparseCountSparseOutput.Options maxlength (Long maxlength)
Parameters
maxlength | Maximum value to count. Can be set to -1 for no maximum. |
---|
public SparseCountSparseOutput.Options minlength (Long minlength)
Parameters
minlength | Minimum value to count. Can be set to -1 for no minimum. |
---|