gr.uoa.di.madgik.searchlibrary.operatorlibrary.sort
Class SortArrayElement
java.lang.Object
gr.uoa.di.madgik.searchlibrary.operatorlibrary.sort.SortArrayElement
public class SortArrayElement
- extends Object
Placeholder used during sorting operation
- Author:
- UoA
|
Field Summary |
long |
index
The record index |
String |
value
The value extracted by the record |
|
Constructor Summary |
SortArrayElement(long index,
String value)
Creates a new SortArrayElement with the provided values |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public final String value
- The value extracted by the
record
index
public final long index
- The record index
SortArrayElement
public SortArrayElement(long index,
String value)
- Creates a new
SortArrayElement with the provided values
- Parameters:
pos - The index of the recordvalue - The value that was extracted by the provided record
Copyright © 2013. All Rights Reserved.