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

ConstructorDescription
MessageObjectPropertiesCollection()

Methods

MethodDescription
add(MessageObjectProperty item)add.
addItem(T arg0)
clear()
containsItem(T arg0)
containsKey(TKey arg0)
copyToTArray(T[] arg0, int arg1)
equals(Object arg0)
getClass()
getComparer()
getICollection()
getIList()
getSyncRoot()
get_Item(TKey arg0)
get_Item(int arg0)
hashCode()
indexOfItem(T arg0)
insertItem(int arg0, T arg1)
insertItem(int arg0, TItem arg1)
isReadOnly()
iterator()
notify()
notifyAll()
removeAt(int arg0)
removeByKey(TKey arg0)
removeItem(T arg0)
setItem(int arg0, TItem arg1)
set_Item(int arg0, T arg1)
size()
toString()
tryGetValue(long propertyTag)Tries to get value, by specified key.
wait()
wait(long arg0)
wait(long arg0, int arg1)

MessageObjectPropertiesCollection()

public MessageObjectPropertiesCollection()

add(MessageObjectProperty item)

public void add(MessageObjectProperty item)

add.

Parameters:

ParameterTypeDescription
itemMessageObjectPropertya MessageObjectProperty object.

addItem(T arg0)

public void addItem(T arg0)

Parameters:

ParameterTypeDescription
arg0T

clear()

public void clear()

containsItem(T arg0)

public boolean containsItem(T arg0)

Parameters:

ParameterTypeDescription
arg0T

Returns: boolean

containsKey(TKey arg0)

public boolean containsKey(TKey arg0)

Parameters:

ParameterTypeDescription
arg0TKey

Returns: boolean

copyToTArray(T[] arg0, int arg1)

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

Parameters:

ParameterTypeDescription
arg0T[]
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

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:

ParameterTypeDescription
arg0TKey

Returns: TItem

get_Item(int arg0)

public TItem get_Item(int arg0)

Parameters:

ParameterTypeDescription
arg0int

Returns: TItem

hashCode()

public native int hashCode()

Returns: int

indexOfItem(T arg0)

public int indexOfItem(T arg0)

Parameters:

ParameterTypeDescription
arg0T

Returns: int

insertItem(int arg0, T arg1)

public void insertItem(int arg0, T arg1)

Parameters:

ParameterTypeDescription
arg0int
arg1T

insertItem(int arg0, TItem arg1)

public void insertItem(int arg0, TItem arg1)

Parameters:

ParameterTypeDescription
arg0int
arg1TItem

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:

ParameterTypeDescription
arg0int

removeByKey(TKey arg0)

public boolean removeByKey(TKey arg0)

Parameters:

ParameterTypeDescription
arg0TKey

Returns: boolean

removeItem(T arg0)

public boolean removeItem(T arg0)

Parameters:

ParameterTypeDescription
arg0T

Returns: boolean

setItem(int arg0, TItem arg1)

public void setItem(int arg0, TItem arg1)

Parameters:

ParameterTypeDescription
arg0int
arg1TItem

set_Item(int arg0, T arg1)

public void set_Item(int arg0, T arg1)

Parameters:

ParameterTypeDescription
arg0int
arg1T

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:

ParameterTypeDescription
propertyTaglongThe 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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int