Question: is this sutits for Project Coin?

Алексей Кузнецов kuaw26 at mail.ru
Mon Mar 16 08:27:11 PDT 2009


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



More information about the coin-dev mailing list