2011-01-08 9 views

答えて

2

オムをチェック!参照してくださいhttps://github.com/nicholas22/jpropel-light

// create alphabet char[] 
    new Character('A').to(new Character('Z')).unbox(); 

    // join two arrays and put in list 
    alphabet.join(numerics).toList(); 

    // select distinct j* names, using LINQ-style statements 
    new String[] { "james", "john", "john", "eddie" }.where(startsWith("j")).distinct(); 
関連する問題