|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deduced.PropertyMapEntry<K,V>
K
- the type of keys in the mapV
- the type of values in the mapclass PropertyMapEntry<K,V>
Class representing a map entry object of a property collection. The value is returned as a property object
Field Summary | |
---|---|
private PropertyCollection<K,V> |
collection
the property collection which is read by this entry |
private K |
key
the key represented by this entry |
Constructor Summary | |
---|---|
PropertyMapEntry(K setKey,
PropertyCollection<K,V> setCollection)
constructor |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
(non-Javadoc) |
K |
getKey()
(non-Javadoc) |
Property<V> |
getValue()
(non-Javadoc) |
int |
hashCode()
(non-Javadoc) |
Property<V> |
setValue(Property<V> value)
(non-Javadoc) |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final K key
private final PropertyCollection<K,V> collection
Constructor Detail |
---|
public PropertyMapEntry(K setKey, PropertyCollection<K,V> setCollection)
setKey
- the key represented by this entrysetCollection
- the property collection which is read by this entryMethod Detail |
---|
public K getKey()
getKey
in interface java.util.Map.Entry<K,Property<V>>
Map.Entry.getKey()
public Property<V> getValue()
getValue
in interface java.util.Map.Entry<K,Property<V>>
Map.Entry.getValue()
public boolean equals(java.lang.Object obj)
equals
in interface java.util.Map.Entry<K,Property<V>>
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public Property<V> setValue(Property<V> value)
setValue
in interface java.util.Map.Entry<K,Property<V>>
Map.Entry.setValue(java.lang.Object)
public int hashCode()
hashCode
in interface java.util.Map.Entry<K,Property<V>>
hashCode
in class java.lang.Object
Object.hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |