LinkedResourceCollection
Inheritance: java.lang.Object, com.aspose.ms.System.Collections.ObjectModel.Collection
All Implemented Interfaces: com.aspose.ms.System.IDisposable, java.io.Closeable
public final class LinkedResourceCollection extends System.Collections.ObjectModel.Collection<LinkedResource> implements System.IDisposable, Closeable
Represents a collection of LinkedResource objects
Methods
Method | Description |
---|---|
addItem(T arg0) | |
clear() | |
clear(boolean removeHtmlLinks) | Removes all elements from this collection. |
close() | |
containsItem(T arg0) | |
copyToTArray(T[] arg0, int arg1) | |
dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
equals(Object arg0) | |
getClass() | |
getICollection() | |
getIList() | |
getSyncRoot() | |
get_Item(int arg0) | |
hashCode() | |
indexOfItem(T arg0) | |
insertItem(int arg0, T arg1) | |
insertItem(int index, LinkedResource item) | Inserts an element into the System.Collections.ObjectModel.Collection1 at the specified index. |
isReadOnly() | |
iterator() | |
notify() | |
notifyAll() | |
remove(LinkedResource item) | Removes the first occurrence of a LinkedResource object from the LinkedResourceCollection. |
removeAt(int arg0) | |
removeAt(int index, boolean removeHtmlLink) | Removes the element at the specified index from this collection. |
removeItem(T arg0) | |
set_Item(int arg0, T arg1) | |
size() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
addItem(T arg0)
public void addItem(T arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | T |
clear()
public void clear()
clear(boolean removeHtmlLinks)
public final void clear(boolean removeHtmlLinks)
Removes all elements from this collection.
Parameters:
Parameter | Type | Description |
---|---|---|
removeHtmlLinks | boolean | Defines need remove links from html body or not. |
close()
public void close()
containsItem(T arg0)
public boolean containsItem(T arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | T |
Returns: boolean
copyToTArray(T[] arg0, int arg1)
public void copyToTArray(T[] arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | T[] | |
arg1 | int |
dispose()
public final void dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
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
getICollection()
public System.Collections.ICollection getICollection()
Returns: com.aspose.ms.System.Collections.ICollection
getIList()
public System.Collections.IList getIList()
Returns: com.aspose.ms.System.Collections.IList
getSyncRoot()
public Object getSyncRoot()
Returns: java.lang.Object
get_Item(int arg0)
public T get_Item(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
Returns: T
hashCode()
public native int hashCode()
Returns: int
indexOfItem(T arg0)
public int indexOfItem(T arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | T |
Returns: int
insertItem(int arg0, T arg1)
public void insertItem(int arg0, T arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | T |
insertItem(int index, LinkedResource item)
public void insertItem(int index, LinkedResource item)
Inserts an element into the System.Collections.ObjectModel.Collection1 at the specified index.
Parameters:
Parameter | Type | Description |
---|---|---|
index | int | The zero-based index at which item should be inserted. |
item | LinkedResource | The object to insert. The value can be null for reference types. |
isReadOnly()
public boolean isReadOnly()
Returns: boolean
iterator()
public System.Collections.Generic.IGenericEnumerator<T> iterator()
Returns:
com.aspose.ms.System.Collections.Generic.IGenericEnumerator
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
remove(LinkedResource item)
public final boolean remove(LinkedResource item)
Removes the first occurrence of a LinkedResource object from the LinkedResourceCollection.
Parameters:
Parameter | Type | Description |
---|---|---|
item | LinkedResource | The LinkedResource to remove. |
Returns: boolean - true if item is successfully removed; otherwise, false.
removeAt(int arg0)
public void removeAt(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
removeAt(int index, boolean removeHtmlLink)
public final void removeAt(int index, boolean removeHtmlLink)
Removes the element at the specified index from this collection.
Parameters:
Parameter | Type | Description |
---|---|---|
index | int | The zero-based index of the element to remove. |
removeHtmlLink | boolean | Defines need remove link from html body or not. |
removeItem(T arg0)
public boolean removeItem(T arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | T |
Returns: boolean
set_Item(int arg0, T arg1)
public void set_Item(int arg0, T arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | T |
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 |