com.aspose.email
Class DateCollection

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList
              extended by 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

Method Summary
 boolean equals(DateCollection other)
           
 boolean equals(Object obj)
           
 Date getItem(int index)
           
 int hashCode()
           
 void setItem(int index, Date value)
           
 
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
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Method Detail

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) 2008-2012 Aspose Pty Ltd. All Rights Reserved.