com.aspose.email
Class DateCollection
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList
com.aspose.email.DateCollection
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable, Collection, List, RandomAccess
public class DateCollection
- extends ArrayList
Represents a collection of DateTime
values.
- See Also:
- Serialized Form
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize |
getItem
public Date getItem(int index)
setItem
public void setItem(int index,
Date value)
equals
public boolean equals(DateCollection other)
equals
public boolean equals(Object obj)
- Specified by:
equals
in interface Collection
- Specified by:
equals
in interface List
- Overrides:
equals
in class AbstractList
hashCode
public int hashCode()
- Specified by:
hashCode
in interface Collection
- Specified by:
hashCode
in interface List
- Overrides:
hashCode
in class AbstractList
Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.