com.intel.gpe.util.sets
Class MapItem<Key,Value>

java.lang.Object
  extended by com.intel.gpe.util.sets.MapItem<Key,Value>

Deprecated.

public class MapItem<Key,Value>
extends java.lang.Object

The representation of an item for the standard map editor.

Version:
$Id: MapItem.java,v 1.1 2006/08/09 07:52:22 lukichev Exp $
Author:
Alexander Lukichev

Constructor Summary
MapItem(Key key, Value value)
          Deprecated. Create the entry
 
Method Summary
 boolean equals(java.lang.Object o)
          Deprecated.  
 Key getKey()
          Deprecated.  
 Value getValue()
          Deprecated.  
 void setKey(Key key)
          Deprecated. Set the key
 void setValue(Value value)
          Deprecated. Set the value
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapItem

public MapItem(Key key,
               Value value)
Deprecated. 
Create the entry

Parameters:
key - - the key
value - - the value
Method Detail

getKey

public Key getKey()
Deprecated. 
Returns:
the key

setKey

public void setKey(Key key)
Deprecated. 
Set the key

Parameters:
key - - the key

getValue

public Value getValue()
Deprecated. 
Returns:
the value

setValue

public void setValue(Value value)
Deprecated. 
Set the value

Parameters:
value - - the value

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Deprecated. 
Overrides:
equals in class java.lang.Object


Copyright © 2008. All Rights Reserved.