com.aspose.email
Class MapiPropertyCollection
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<Long,MapiProperty>
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
Methods inherited from interface java.util.Map |
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
MapiPropertyCollection
public MapiPropertyCollection()
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) 2002-2012 Aspose Pty Ltd. All Rights Reserved.