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

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

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


Constructor Summary
SortedItemList()
          Initializes a new instance of the SortedItemList class
SortedItemList(java.util.Comparator<TKey> comparer)
          Initializes a new instance of the SortedItemList class
SortedItemList(int count)
          Initializes a new instance of the SortedItemList 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

SortedItemList

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


SortedItemList

public SortedItemList(java.util.Comparator<TKey> comparer)
Initializes a new instance of the SortedItemList class

Parameters:
comparer - comparer

SortedItemList

public SortedItemList(int count)
Initializes a new instance of the SortedItemList class

Parameters:
count - int