Question: is this sutits for Project Coin? (original) (raw)
Roel Spilker r.spilker at gmail.com
Mon Mar 16 08:34:47 PDT 2009
- Previous message: Question: is this sutits for Project Coin?
- Next message: Question: is this sutits for Project Coin?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Apart from that, I'd recommend String.indexOfIgnoreCase and String.startWithIgnoreCase to be consistent with String.equalsIgnoreCase.
2009/3/16 Mark Mahieu <markmahieu at googlemail.com>
Those proposals would be library changes, so no they're not suitable for Coin. Mark
2009/3/16 Алексей Кузнецов <kuaw26 at mail.ru> > Hello all! > > Question: is this sutits for Project Coin? > > 1) Add caseSensitive flag for all sutable methods from java.lang.String > indexOf(String s, boolean caseSensitive) > startsWith(String prefix, boolean caseSensitive) > ... and so on... > > 2) 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: Question: is this sutits for Project Coin?
- Next message: Question: is this sutits for Project Coin?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]