Package net.sf.saxon.expr.sort
Class CustomSetEntryChain<T>
- java.lang.Object
-
- net.sf.saxon.expr.sort.CustomSetEntryChain<T>
-
-
Field Summary
Fields Modifier and Type Field Description CustomSetEntryChain<T>
next
T
value
-
Constructor Summary
Constructors Constructor Description CustomSetEntryChain(T value)
-
-
-
Field Detail
-
value
public T value
-
next
public CustomSetEntryChain<T> next
-
-
Constructor Detail
-
CustomSetEntryChain
public CustomSetEntryChain(T value)
-
-