1: public boolean contains(T entry) 2: { 3: return getEntry(entry) != null; 4: } // end contains 5: // Version 4.0