gr.uoa.di.madgik.searchlibrary.operatorlibrary.sort
Class SortArrayElement

java.lang.Object
  extended by 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
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public final String value
The value extracted by the record


index

public final long index
The record index

Constructor Detail

SortArrayElement

public SortArrayElement(long index,
                        String value)
Creates a new SortArrayElement with the provided values

Parameters:
pos - The index of the record
value - The value that was extracted by the provided record


Copyright © 2013. All Rights Reserved.