|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.data.collection.Entry<K,D>
public class Entry<K,D>
Represents a key/data pair in a data collection.
| Constructor Summary | |
|---|---|
Entry()
Constructs a new entry. |
|
Entry(K key,
D data)
Constructs a new entry. |
|
| Method Summary | |
|---|---|
D |
getData()
Returns the entry data. |
Item |
getDummy()
|
K |
getKey()
Returns the entry key. |
void |
setData(D data)
Sets the entry data |
void |
setDummy(Item item)
|
void |
setKey(K key)
Sets the entry key. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Entry()
public Entry(K key,
D data)
key - the entry keydata - the entry data| Method Detail |
|---|
public K getKey()
public void setKey(K key)
key - the keypublic D getData()
public void setData(D data)
data - the entry datapublic void setDummy(Item item)
public Item getDummy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||