com.aspose.email
Class MessageObjectPropertiesCollection

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by java.util.LinkedHashMap<Long,MessageObjectProperty>
              extended by com.aspose.email.MessageObjectPropertiesCollection
All Implemented Interfaces:
Serializable, Cloneable, Iterable<MessageObjectProperty>, Map<Long,MessageObjectProperty>

public final class MessageObjectPropertiesCollection
extends LinkedHashMap<Long,MessageObjectProperty>
implements Iterable<MessageObjectProperty>

Represents a keyed collection for MessageObjectProperty objects.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
MessageObjectPropertiesCollection()
           
 
Method Summary
 void add(MessageObjectProperty item)
           
 Iterator<MessageObjectProperty> iterator()
           
 MessageObjectProperty tryGetValue(long propertyTag)
           Tries to get value, by specified key.
 
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, get
 
Methods inherited from class java.util.HashMap
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

MessageObjectPropertiesCollection

public MessageObjectPropertiesCollection()
Method Detail

tryGetValue

public MessageObjectProperty tryGetValue(long propertyTag)

Tries to get value, by specified key.

Parameters:
propertyTag - The property tag.
Returns:
MessageObjectProperty object if operation succeeds, otherwise null.

iterator

public Iterator<MessageObjectProperty> iterator()
Specified by:
iterator in interface Iterable<MessageObjectProperty>

add

public void add(MessageObjectProperty item)


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.