Method clear()
Return type: void
Member of: java.util.Collection
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 public void clear() { inner.clear(); }
2 getCollection().clear();
3 value.clear();
4 _coll.clear ();
5 _state.getInterfacesHolder ().clear ();
6 rehydrationCollection.clear();
7 agenda.clear();
8 packageNames.clear();
9 this.listeners.clear();
10 resultCollection.clear();
11 values.clear();
12 collection.clear(); // just to make sure it doesn't raise anything
13 c_.clear();
14 attributeBeans.clear();
15 cmdExitStates.clear();
16 batch.clear();
17 _lines.clear();
18 col.clear();
19 m.values().clear();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.