public class SortArrayElement extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
index
The record index
|
String |
value
The value extracted by the
record |
| Constructor and Description |
|---|
SortArrayElement(long index,
String value)
Creates a new
SortArrayElement with the provided values |
public final String value
recordpublic final long index
public SortArrayElement(long index,
String value)
SortArrayElement with the provided valuespos - The index of the recordvalue - The value that was extracted by the provided recordCopyright © 2017. All Rights Reserved.