UniqueList

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.ms.System.Collections.Generic.IGenericEnumerator, com.aspose.ms.System.Collections.Generic.IGenericEnumerable

public final class UniqueList<T> implements System.Collections.Generic.IGenericEnumerator<T>, System.Collections.Generic.IGenericEnumerable<T>

Constructors

Constructor Description
UniqueList()

Methods

Method Description
add(T value)
dispose()
equals(Object obj)
getClass()
getCount()
get_Item(int index)
hasNext()
hashCode()
iterator()
next()
notify()
notifyAll()
remove()
remove(T value)
reset()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

UniqueList()

public UniqueList()

add(T value)

public boolean add(T value)

Parameters:

Parameter Type Description
value T

Returns: boolean

dispose()

public void dispose()

equals(Object obj)

public boolean equals(Object obj)

Parameters:

Parameter Type Description
obj java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCount()

public int getCount()

Returns: int

get_Item(int index)

public T get_Item(int index)

Parameters:

Parameter Type Description
index int

Returns: T

hasNext()

public boolean hasNext()

Returns: boolean

hashCode()

public int hashCode()

Returns: int

iterator()

public System.Collections.Generic.IGenericEnumerator<T> iterator()

Returns: com.aspose.ms.System.Collections.Generic.IGenericEnumerator

next()

public T next()

Returns: T

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

remove()

public void remove()

remove(T value)

public void remove(T value)

Parameters:

Parameter Type Description
value T

reset()

public void reset()

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