public class DateCollection extends ArrayList
Represents a collection of DateTime
values.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(DateCollection other) |
boolean |
equals(Object obj) |
Date |
getItem(int index) |
int |
hashCode() |
void |
setItem(int index,
Date value) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, trimToSize
containsAll, toString
containsAll
public Date getItem(int index)
public void setItem(int index, Date value)
public boolean equals(DateCollection other)
public boolean equals(Object obj)
equals
in interface Collection
equals
in interface List
equals
in class AbstractList
public int hashCode()
hashCode
in interface Collection
hashCode
in interface List
hashCode
in class AbstractList
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.