public boolean contains(T entry)
{
   return getEntry(entry) != null; 
} // end contains
// Version 4.0
