Class MyInteger

java.lang.Object
  extended by KeyedItem<java.lang.Integer>
      extended by MyInteger

public class MyInteger
extends KeyedItem<java.lang.Integer>


Constructor Summary
MyInteger(java.lang.Integer integer)
          Constructor for the MyInteger class.
 
Method Summary
 
Methods inherited from class KeyedItem
getKey
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyInteger

public MyInteger(java.lang.Integer integer)
Constructor for the MyInteger class.

Parameters:
integer - The Integer being used as a KeyedItem.