org.apache.tuscany.sca.implementation.data.collection
Class Entry<K,D>

java.lang.Object
  extended by org.apache.tuscany.sca.data.collection.Entry<K,D>
      extended by org.apache.tuscany.sca.implementation.data.collection.Entry<K,D>

Deprecated.

@Deprecated
public class Entry<K,D>
extends Entry<K,D>

Represents a key/data pair in a data collection.


Constructor Summary
Entry()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.tuscany.sca.data.collection.Entry
getData, getDummy, getKey, setData, setDummy, setKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entry

public Entry()
Deprecated.