com.aspose.email
Class MapiPropertyCollection

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

public class MapiPropertyCollection
extends LinkedHashMap<Long,MapiProperty>

Represents the collection of MapiProperty items.

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
MapiPropertyCollection()
           
 
Method Summary
 MapiProperty add(long tag, MapiProperty value)
           
 boolean contains(long tag)
           
 MapiProperty get(long key)
           
 int getCount()
           
 Collection<Long> getKeys()
           
 Collection getValues()
           
 void set(long tag, MapiProperty value)
           
 
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

MapiPropertyCollection

public MapiPropertyCollection()
Method Detail

add

public MapiProperty add(long tag,
                        MapiProperty value)

contains

public boolean contains(long tag)

getKeys

public Collection<Long> getKeys()

getValues

public Collection getValues()

set

public void set(long tag,
                MapiProperty value)

getCount

public int getCount()

get

public MapiProperty get(long key)


Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.