com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class RateByDateCollection

  • java.lang.Object
    • com.aspose.ms.System.Collections.Generic.SortedDictionary<Date,Rate>
      • com.aspose.tasks.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>

    Represents a collection which mappings of Date to Rate objects.

    • 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,TValue>, com.aspose.ms.System.Collections.Generic.SortedDictionary.KeyCollection<TKey,TValue>, com.aspose.ms.System.Collections.Generic.SortedDictionary.ValueCollection<TKey,TValue>
    • 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
    • Constructor Detail

      • RateByDateCollection

        public RateByDateCollection()