net.sourceforge.nite.datainspection.impl
Class PairItem

java.lang.Object
  extended by net.sourceforge.nite.datainspection.impl.PairItem
All Implemented Interfaces:
Item

public class PairItem
extends java.lang.Object
implements Item


Field Summary
 Pair itemvalue
           
 
Constructor Summary
PairItem(Pair value)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.Object getItem()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

itemvalue

public Pair itemvalue
Constructor Detail

PairItem

public PairItem(Pair value)
Method Detail

getItem

public java.lang.Object getItem()
Specified by:
getItem in interface Item
Returns:
the value Object wrapped by this Item

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object
Returns:
true iff this wrapped Pair equals o's Pair