Revision: 7679
Author: [email protected]
Date: Fri Mar  5 10:28:09 2010
Log: Edited wiki page through web user interface.
http://code.google.com/p/google-web-toolkit/source/detail?r=7679

Modified:
 /wiki/LightweightCollections.wiki

=======================================
--- /wiki/LightweightCollections.wiki   Fri Mar  5 10:25:36 2010
+++ /wiki/LightweightCollections.wiki   Fri Mar  5 10:28:09 2010
@@ -21,7 +21,7 @@
   * Collections must be efficiently serializable over GWT RPC.
   * Collections must be able to be `eval()`-ed into existence from JSON.
* Collections must be pleasant to use, even relative to JRE collections. If developers are still tempted to use JRE collections, we could end up with the worst case of duplicating collection code. - * When non of the other goals are compromised, individual methods on collections should be source-compatible with JRE collections. This simplifies porting existing code to use the new collections and keeps methods as familiar as possible. + * When none of the other goals are compromised, individual methods on collections should be source-compatible with JRE collections. This simplifies porting existing code to use the new collections and keeps methods as familiar as possible.

 == Non-goals ==
* We are knowingly sacrificing true compatibility and interop with existing JRE collections. For example, we do not intend to implement the JRE `Map`, `List`, or `Set` interfaces.

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to