DateTimeListWrapper
Contents
[
Hide
]Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.ms.System.Collections.Generic.IGenericList
public class DateTimeListWrapper implements System.Collections.Generic.IGenericList<Date>
Constructors
Constructor | Description |
---|---|
DateTimeListWrapper(System.Collections.Generic.IGenericList<System.DateTime> instance) |
Methods
DateTimeListWrapper(System.Collections.Generic.IGenericList<System.DateTime> instance)
public DateTimeListWrapper(System.Collections.Generic.IGenericList<System.DateTime> instance)
Parameters:
Parameter | Type | Description |
---|---|---|
instance | com.aspose.ms.System.Collections.Generic.IGenericList<com.aspose.ms.System.DateTime> |
addItem(Date arg0)
public void addItem(Date arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.util.Date |
clear()
public void clear()
containsItem(Date arg0)
public boolean containsItem(Date arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.util.Date |
Returns: boolean
copyToTArray(Date[] arg0, int arg1)
public void copyToTArray(Date[] arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.util.Date[] | |
arg1 | int |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
get_Item(int arg0)
public Date get_Item(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
Returns: java.util.Date
hashCode()
public native int hashCode()
Returns: int
indexOfItem(Date arg0)
public int indexOfItem(Date arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.util.Date |
Returns: int
insertItem(int arg0, Date arg1)
public void insertItem(int arg0, Date arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | java.util.Date |
isReadOnly()
public boolean isReadOnly()
Returns: boolean
iterator()
public System.Collections.Generic.IGenericEnumerator<Date> iterator()
Returns: com.aspose.ms.System.Collections.Generic.IGenericEnumerator<java.util.Date>
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
removeAt(int arg0)
public void removeAt(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
removeItem(Date arg0)
public boolean removeItem(Date arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.util.Date |
Returns: boolean
set_Item(int arg0, Date arg1)
public void set_Item(int arg0, Date arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | java.util.Date |
size()
public int size()
Returns: int
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |