com.spire.doc.collections
Class SortedDictionary<TKey extends java.util.Comparator,TValue>

java.lang.Object
  extended by com.spire.doc.collections.TypedSortedListEx<TKey,TValue>
      extended by com.spire.doc.collections.SortedDictionary<TKey,TValue>

public class SortedDictionary<TKey extends java.util.Comparator,TValue>
extends TypedSortedListEx<TKey,TValue>


Constructor Summary
SortedDictionary()
          Initializes a new instance of the SortedDictionary class
 
Method Summary
 
Methods inherited from class com.spire.doc.collections.TypedSortedListEx
add, clear, cloneAll, contains, containsKey, containsValue, copyTo, deepClone, get, getByIndex, getCapacity, getCount, getKey, getKeyList, getKeys, getSyncRoot, getValueList, getValues, indexOfKey, indexOfValue, isFixedSize, isReadOnly, isSynchronized, remove, removeAt, set, setByIndex, setCapacity, trimToSize
 

Constructor Detail

SortedDictionary

public SortedDictionary()
Initializes a new instance of the SortedDictionary class