com.spire.doc.collections
Class SortedItemList<TKey extends java.lang.Comparable,TValue>

java.lang.Object
  extended by com.spire.doc.collections.TypedSortedListEx
      extended by com.spire.doc.collections.SortedItemList<TKey,TValue>
All Implemented Interfaces:
java.lang.Iterable

public class SortedItemList<TKey extends java.lang.Comparable,TValue>
extends TypedSortedListEx


Constructor Summary
SortedItemList()
           
SortedItemList(java.util.Comparator<TKey> comparer)
           
SortedItemList(com.spire.ms.System.Collections.IDictionary dictionary)
           
SortedItemList(int count)
           
 
Method Summary
 
Methods inherited from class com.spire.doc.collections.TypedSortedListEx
add, add, addItem, clear, cloneAll, contains, contains, contains, containsKey, containsValue, copyTo, copyTo, deepClone, get, get, getByIndex, getCapacity, getCount, getKey, getKeyList, getKeys, getSyncRoot, getValueList, getValues, indexOfKey, indexOfValue, isFixedSize, isReadOnly, isSynchronized, iterator, remove, remove, removeAt, removeItem, set, set, setByIndex, setCapacity, trimToSize, tryGetValue, TypedSortedListEx
 

Constructor Detail

SortedItemList

public SortedItemList()

SortedItemList

public SortedItemList(java.util.Comparator<TKey> comparer)

SortedItemList

public SortedItemList(int count)

SortedItemList

public SortedItemList(com.spire.ms.System.Collections.IDictionary dictionary)