Class CustomSetEntryChain<T>

java.lang.Object
net.sf.saxon.expr.sort.CustomSetEntryChain<T>
Type Parameters:
T - The type of the value held in each link of the chain

class CustomSetEntryChain<T> extends Object
A one-way linked chain of entries in a CustomSet
  • Field Details

  • Constructor Details

    • CustomSetEntryChain

      public CustomSetEntryChain(T value)