Uses of Class
org.la4j.iterator.CursorIterator.IteratorState
-
Packages that use CursorIterator.IteratorState Package Description org.la4j.iterator -
-
Uses of CursorIterator.IteratorState in org.la4j.iterator
Fields in org.la4j.iterator with type parameters of type CursorIterator.IteratorState Modifier and Type Field Description private static java.util.Collection<CursorIterator.IteratorState>
CursorIterator. TAKEN_FROM_BOTH
Methods in org.la4j.iterator that return CursorIterator.IteratorState Modifier and Type Method Description static CursorIterator.IteratorState
CursorIterator.IteratorState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CursorIterator.IteratorState[]
CursorIterator.IteratorState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-