public class DateCollection extends ArrayList<com.aspose.email.ms.System.DateTime>
Represents a collection of DateTime
values.
modCount
Modifier and Type | Method and Description |
---|---|
void |
addRange(Collection c)
Adds the elements of an System.Collections.ICollection to the end of exiting collection.
|
boolean |
equals(DateCollection other) |
boolean |
equals(Object obj) |
Date |
getItem(int index) |
int |
hashCode() |
void |
setItem(int index,
Date value) |
void |
sort()
Sorts the elements in the collection.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll
public Date getItem(int index)
public void setItem(int index, Date value)
public void addRange(Collection c)
Adds the elements of an System.Collections.ICollection to the end of exiting collection.
c
- The ICollection whose elements should be added to the end of this collection.public void sort()
Sorts the elements in the collection.
public boolean equals(DateCollection other)
public boolean equals(Object obj)
equals
in interface Collection<com.aspose.email.ms.System.DateTime>
equals
in interface List<com.aspose.email.ms.System.DateTime>
equals
in class AbstractList<com.aspose.email.ms.System.DateTime>
public int hashCode()
hashCode
in interface Collection<com.aspose.email.ms.System.DateTime>
hashCode
in interface List<com.aspose.email.ms.System.DateTime>
hashCode
in class AbstractList<com.aspose.email.ms.System.DateTime>
Copyright (c) 2008-2014 Aspose Pty Ltd. All Rights Reserved.