MessageObjectPropertiesCollection
Inheritance: java.lang.Object, com.aspose.ms.System.Collections.ObjectModel.Collection, com.aspose.ms.System.Collections.ObjectModel.KeyedCollection
public final class MessageObjectPropertiesCollection extends System.Collections.ObjectModel.KeyedCollection<Long,MessageObjectProperty>
Represents a keyed collection for MessageObjectProperty objects.
Constructors
Constructor | Description |
---|---|
MessageObjectPropertiesCollection() |
Methods
MessageObjectPropertiesCollection()
public MessageObjectPropertiesCollection()
add(MessageObjectProperty item)
public void add(MessageObjectProperty item)
add.
Parameters:
Parameter | Type | Description |
---|---|---|
item | MessageObjectProperty | a MessageObjectProperty object. |
addItem(T arg0)
public void addItem(T arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | T |
clear()
public void clear()
containsItem(T arg0)
public boolean containsItem(T arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | T |
Returns: boolean
containsKey(TKey arg0)
public boolean containsKey(TKey arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | TKey |
Returns: boolean
copyToTArray(T[] arg0, int arg1)
public void copyToTArray(T[] arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | T[] | |
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
getComparer()
public System.Collections.Generic.IGenericEqualityComparer<TKey> getComparer()
Returns:
com.aspose.ms.System.Collections.Generic.IGenericEqualityComparer
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(TKey arg0)
public TItem get_Item(TKey arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | TKey |
Returns: TItem
get_Item(int arg0)
public TItem get_Item(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
Returns: TItem
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 arg0, TItem arg1)
public void insertItem(int arg0, TItem arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | TItem |
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()
removeAt(int arg0)
public void removeAt(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
removeByKey(TKey arg0)
public boolean removeByKey(TKey arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | TKey |
Returns: boolean
removeItem(T arg0)
public boolean removeItem(T arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | T |
Returns: boolean
setItem(int arg0, TItem arg1)
public void setItem(int arg0, TItem arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | TItem |
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
tryGetValue(long propertyTag)
public final MessageObjectProperty tryGetValue(long propertyTag)
Tries to get value, by specified key.
Parameters:
Parameter | Type | Description |
---|---|---|
propertyTag | long | The property tag. |
Returns: MessageObjectProperty - MessageObjectProperty object if operation succeeds, otherwise null.
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 |