public class MapiPropertyCollection extends LinkedHashMap<Long,MapiProperty>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
MapiPropertyCollection() |
Modifier and Type | Method and Description |
---|---|
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) |
clear, containsValue, get
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
public MapiProperty add(long tag, MapiProperty value)
public boolean contains(long tag)
public Collection<Long> getKeys()
public Collection getValues()
public void set(long tag, MapiProperty value)
public int getCount()
public MapiProperty get(long key)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.