com.spire.doc.collections
Class SortedItemList<TKey extends java.util.Comparator,TValue>
java.lang.Object
com.spire.doc.collections.TypedSortedListEx<TKey,TValue>
com.spire.doc.collections.SortedItemList<TKey,TValue>
public class SortedItemList<TKey extends java.util.Comparator,TValue>
- extends TypedSortedListEx<TKey,TValue>
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 |
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