Package net.sf.saxon.expr.sort
Class CustomMapEntryChain<K,V>
java.lang.Object
net.sf.saxon.expr.sort.CustomMapEntryChain<K,V>
- Type Parameters:
K
- The type of the key held in each link of the chain (although the keys for all the entries in a chain are equal, they are not necessarily indistinguishable)V
- The type of the value held in each link of the chain
A one-way linked chain of entries in a
CustomMap
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
value
-
next
-
-
Constructor Details
-
CustomMapEntryChain
-