Question: is this sutits for Project Coin? (original) (raw)
Алексей Кузнецов kuaw26 at mail.ru
Mon Mar 16 08:27:11 PDT 2009
- Previous message: Return 'this' proposal
- Next message: Question: is this sutits for Project Coin?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello all!
Question: is this sutits for Project Coin?
Add caseSensitive flag for all sutable methods from java.lang.String indexOf(String s, boolean caseSensitive) startsWith(String prefix, boolean caseSensitive) ... and so on...
Add constructor with var args for classes that implement java.util.Collection public Vector(E... items) public ArrayList(E... items) public HashSet(E... items) ... and so on ...
Alexey Kuznetsov kuaw26 at mail.ru
- Previous message: Return 'this' proposal
- Next message: Question: is this sutits for Project Coin?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]