|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deduced.PropertyCollectionAsPropertyMap<K,V>
K
- the type of keys in the value mapV
- the type of values in the mappublic class PropertyCollectionAsPropertyMap<K,V>
PropertyCollectionAsPropertyMap : class used to browse a property collection as a map of property objects
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Field Summary | |
---|---|
private PropertyCollection<K,V> |
collection
the collection to browse |
Constructor Summary | |
---|---|
PropertyCollectionAsPropertyMap(PropertyCollection<K,V> setCollection)
constructor |
Method Summary | |
---|---|
void |
clear()
(non-Javadoc) |
boolean |
containsKey(java.lang.Object key)
(non-Javadoc) |
boolean |
containsValue(java.lang.Object value)
(non-Javadoc) |
java.util.Set<java.util.Map.Entry<K,Property<V>>> |
entrySet()
(non-Javadoc) |
Property<V> |
get(java.lang.Object key)
(non-Javadoc) |
boolean |
isEmpty()
(non-Javadoc) |
java.util.Set<K> |
keySet()
(non-Javadoc) |
Property<V> |
put(K key,
Property<V> value)
(non-Javadoc) |
void |
putAll(java.util.Map<? extends K,? extends Property<V>> t)
(non-Javadoc) |
Property<V> |
remove(java.lang.Object key)
(non-Javadoc) |
int |
size()
(non-Javadoc) |
java.util.Collection<Property<V>> |
values()
(non-Javadoc) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Field Detail |
---|
private final PropertyCollection<K,V> collection
Constructor Detail |
---|
public PropertyCollectionAsPropertyMap(PropertyCollection<K,V> setCollection)
setCollection
- the collection to browseMethod Detail |
---|
public int size()
size
in interface java.util.Map<K,Property<V>>
Map.size()
public void clear()
clear
in interface java.util.Map<K,Property<V>>
Map.clear()
public boolean isEmpty()
isEmpty
in interface java.util.Map<K,Property<V>>
Map.isEmpty()
public boolean containsKey(java.lang.Object key)
containsKey
in interface java.util.Map<K,Property<V>>
Map.containsKey(java.lang.Object)
public boolean containsValue(java.lang.Object value)
containsValue
in interface java.util.Map<K,Property<V>>
Map.containsValue(java.lang.Object)
public java.util.Collection<Property<V>> values()
values
in interface java.util.Map<K,Property<V>>
Map.values()
public void putAll(java.util.Map<? extends K,? extends Property<V>> t)
putAll
in interface java.util.Map<K,Property<V>>
Map.putAll(java.util.Map)
public java.util.Set<java.util.Map.Entry<K,Property<V>>> entrySet()
entrySet
in interface java.util.Map<K,Property<V>>
Map.entrySet()
public java.util.Set<K> keySet()
keySet
in interface java.util.Map<K,Property<V>>
Map.keySet()
public Property<V> get(java.lang.Object key)
get
in interface java.util.Map<K,Property<V>>
Map.get(java.lang.Object)
public Property<V> remove(java.lang.Object key)
remove
in interface java.util.Map<K,Property<V>>
Map.remove(java.lang.Object)
public Property<V> put(K key, Property<V> value)
put
in interface java.util.Map<K,Property<V>>
Map.put(java.lang.Object, java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |