NthElement.Options

public static class NthElement.Options

Optional attributes for NthElement

Public Methods

NthElement.Options
reverse(Boolean reverse)

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 NthElement.Options reverse (Boolean reverse)

Parameters
reverse When set to True, find the nth-largest value in the vector and vice versa.