Uses of Class
org.snpsift.lang.expression.FieldIterator.IteratorType
-
Packages that use FieldIterator.IteratorType Package Description org.snpsift.lang.expression -
-
Uses of FieldIterator.IteratorType in org.snpsift.lang.expression
Methods in org.snpsift.lang.expression that return FieldIterator.IteratorType Modifier and Type Method Description static FieldIterator.IteratorType
FieldIterator.IteratorType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FieldIterator.IteratorType[]
FieldIterator.IteratorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.snpsift.lang.expression with parameters of type FieldIterator.IteratorType Modifier and Type Method Description int
FieldIterator. get(FieldIterator.IteratorType iterType)
Set 'max' parameter for an iteratorvoid
FieldIterator. setMax(FieldIterator.IteratorType iterType, int max)
Set 'max' parameter for an iterator
-