public class ObjectToBeSorted<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
originalPosition |
AtomicValue[] |
sortKeyValues |
T |
value |
Constructor and Description |
---|
ObjectToBeSorted(int numberOfSortKeys) |
public T value
public AtomicValue[] sortKeyValues
public int originalPosition
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.