| Package | Description |
|---|---|
| com.ihr.xbrl.om.formula.util |
| Modifier and Type | Method and Description |
|---|---|
static XFIImplicitFilterOptimizer.Type |
XFIImplicitFilterOptimizer.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XFIImplicitFilterOptimizer.Type[] |
XFIImplicitFilterOptimizer.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<net.sf.saxon.om.Item<?>> |
XFIImplicitFilterOptimizer.getOptimizedListIterator(XFIImplicitFilterOptimizer.Type t)
Gets the optimized list iterator.
|
void |
XFIImplicitFilterOptimizer.setOptimizedListIterator(java.util.ArrayList<net.sf.saxon.om.Item<?>> al,
XFIImplicitFilterOptimizer.Type t)
Sets the optimized list iterator.
|