Package com.aspose.tasks
Class RateByDateCollection
-
- All Implemented Interfaces:
com.aspose.ms.System.Collections.Generic.IGenericCollection<com.aspose.ms.System.Collections.Generic.KeyValuePair<Date,Rate>>
,com.aspose.ms.System.Collections.Generic.IGenericDictionary<Date,Rate>
,com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.ms.System.Collections.Generic.KeyValuePair<Date,Rate>>
,com.aspose.ms.System.Collections.IEnumerable<com.aspose.ms.System.Collections.Generic.KeyValuePair<Date,Rate>>
,com.aspose.ms.System.Runtime.Serialization.ISerializable
,Iterable<com.aspose.ms.System.Collections.Generic.KeyValuePair<Date,Rate>>
public class RateByDateCollection extends com.aspose.ms.System.Collections.Generic.SortedDictionary<Date,Rate>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.aspose.ms.System.Collections.Generic.SortedDictionary
com.aspose.ms.System.Collections.Generic.SortedDictionary.Enumerator<TKey extends Object,TValue extends Object>, com.aspose.ms.System.Collections.Generic.SortedDictionary.KeyCollection<TKey extends Object,TValue extends Object>, com.aspose.ms.System.Collections.Generic.SortedDictionary.ValueCollection<TKey extends Object,TValue extends Object>
-
-
Constructor Summary
Constructors Constructor Description RateByDateCollection()
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Collections.Generic.SortedDictionary
addItem, addItem, clear, containsItem, containsKey, containsValue, copyToTArray, get_Item, getComparer, getICollection, getIDictionary, getIEnumerable, getIGenericEnumerable, getKeys, getObjectData, getValues, isReadOnly, iterator, removeItem, removeItemByKey, set_Item, size, tryGetValue
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-