DateTimeListWrapper

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.ms.System.Collections.Generic.IGenericList

public class DateTimeListWrapper implements System.Collections.Generic.IGenericList<Date>

Constructors

ConstructorDescription
DateTimeListWrapper(System.Collections.Generic.IGenericList<System.DateTime> instance)

Methods

MethodDescription
addItem(Date arg0)
clear()
containsItem(Date arg0)
copyToTArray(Date[] arg0, int arg1)
equals(Object arg0)
getClass()
get_Item(int arg0)
hashCode()
indexOfItem(Date arg0)
insertItem(int arg0, Date arg1)
isReadOnly()
iterator()
notify()
notifyAll()
removeAt(int arg0)
removeItem(Date arg0)
set_Item(int arg0, Date arg1)
size()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

DateTimeListWrapper(System.Collections.Generic.IGenericList<System.DateTime> instance)

public DateTimeListWrapper(System.Collections.Generic.IGenericList<System.DateTime> instance)

Parameters:

ParameterTypeDescription
instancecom.aspose.ms.System.Collections.Generic.IGenericList<com.aspose.ms.System.DateTime>

addItem(Date arg0)

public void addItem(Date arg0)

Parameters:

ParameterTypeDescription
arg0java.util.Date

clear()

public void clear()

containsItem(Date arg0)

public boolean containsItem(Date arg0)

Parameters:

ParameterTypeDescription
arg0java.util.Date

Returns: boolean

copyToTArray(Date[] arg0, int arg1)

public void copyToTArray(Date[] arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0java.util.Date[]
arg1int

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
arg0int

Returns: java.util.Date

hashCode()

public native int hashCode()

Returns: int

indexOfItem(Date arg0)

public int indexOfItem(Date arg0)

Parameters:

ParameterTypeDescription
arg0java.util.Date

Returns: int

insertItem(int arg0, Date arg1)

public void insertItem(int arg0, Date arg1)

Parameters:

ParameterTypeDescription
arg0int
arg1java.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:

ParameterTypeDescription
arg0int

removeItem(Date arg0)

public boolean removeItem(Date arg0)

Parameters:

ParameterTypeDescription
arg0java.util.Date

Returns: boolean

set_Item(int arg0, Date arg1)

public void set_Item(int arg0, Date arg1)

Parameters:

ParameterTypeDescription
arg0int
arg1java.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int