Lines Matching defs:remove
86 * <tt>remove</tt> method, the iterator will throw a {@link
555 public synchronized V remove(Object key) {
693 * the iterator's own <tt>remove</tt> operation), the results of
696 * <tt>Iterator.remove</tt>, <tt>Set.remove</tt>,
719 public boolean remove(Object o) {
720 return Hashtable.this.remove(o) != null;
732 * the iterator's own <tt>remove</tt> operation, or through the
736 * mapping from the map, via the <tt>Iterator.remove</tt>,
737 * <tt>Set.remove</tt>, <tt>removeAll</tt>, <tt>retainAll</tt> and
773 public boolean remove(Object o) {
813 * (except through the iterator's own <tt>remove</tt> operation),
816 * mapping from the map, via the <tt>Iterator.remove</tt>,
817 * <tt>Collection.remove</tt>, <tt>removeAll</tt>,
1171 public void remove() {