Uses of Enum Class
ubic.gemma.persistence.util.Cursor.Direction
Packages that use Cursor.Direction
-
Uses of Cursor.Direction in ubic.gemma.persistence.util
Subclasses with type arguments of type Cursor.Direction in ubic.gemma.persistence.utilMethods in ubic.gemma.persistence.util that return Cursor.DirectionModifier and TypeMethodDescriptionCursor.getDirection()static Cursor.DirectionReturns the enum constant of this class with the specified name.static Cursor.Direction[]Cursor.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ubic.gemma.persistence.util with parameters of type Cursor.DirectionModifierConstructorDescriptionCursor(int version, String sortSpec, Object[] keyTuple, Cursor.Direction direction) Build a cursor with an explicit payload format version.Cursor(String sortSpec, Object[] keyTuple, Cursor.Direction direction) Build a cursor with the current payload format version.