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
class CustomMapEntryChain<K,V> extends Object
A one-way linked chain of entries in aCustomMap
-
-
Constructor Summary
Constructors Constructor Description CustomMapEntryChain(K key, V value)
-