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 a CustomMap
  • Field Details

  • Constructor Details

    • CustomMapEntryChain

      public CustomMapEntryChain(K key, V value)