public class MapiPropertyCollection extends Object implements Map<Long,MapiProperty>
Constructor and Description |
---|
MapiPropertyCollection() |
Modifier and Type | Method and Description |
---|---|
MapiProperty |
add(long tag,
MapiProperty value) |
void |
clear() |
boolean |
contains(long tag) |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<Long,MapiProperty>> |
entrySet() |
boolean |
equals(Object o) |
MapiProperty |
get(Object key) |
int |
getCount() |
Collection<Long> |
getKeys() |
Collection |
getValues() |
int |
hashCode() |
boolean |
isEmpty() |
Set<Long> |
keySet() |
MapiProperty |
put(Long key,
MapiProperty value) |
void |
putAll(Map<? extends Long,? extends MapiProperty> m) |
MapiProperty |
remove(Object key) |
void |
set(long tag,
MapiProperty value) |
int |
size() |
Collection<MapiProperty> |
values() |
public int size()
size
in interface Map<Long,MapiProperty>
public boolean isEmpty()
isEmpty
in interface Map<Long,MapiProperty>
public boolean containsKey(Object key)
containsKey
in interface Map<Long,MapiProperty>
public boolean containsValue(Object value)
containsValue
in interface Map<Long,MapiProperty>
public MapiProperty get(Object key)
get
in interface Map<Long,MapiProperty>
public MapiProperty put(Long key, MapiProperty value)
put
in interface Map<Long,MapiProperty>
public MapiProperty remove(Object key)
remove
in interface Map<Long,MapiProperty>
public void putAll(Map<? extends Long,? extends MapiProperty> m)
putAll
in interface Map<Long,MapiProperty>
public void clear()
clear
in interface Map<Long,MapiProperty>
public Collection<MapiProperty> values()
values
in interface Map<Long,MapiProperty>
public Set<Map.Entry<Long,MapiProperty>> entrySet()
entrySet
in interface Map<Long,MapiProperty>
public boolean equals(Object o)
public int hashCode()
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()
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.