Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
po:lab6 [2017/11/30 13:02]
pszwed [Do zaimplementowania]
po:lab6 [2017/11/30 13:25]
pszwed [Do zaimplementowania]
Line 176: Line 176:
   * ''double getDouble(int columnIndex)'' oraz ''double getDouble(String columnLabel)''   * ''double getDouble(int columnIndex)'' oraz ''double getDouble(String columnLabel)''
      
 +=== Uwagi do isMissing() ===
 +<code java>
 +        for(String s:"ala ma kota,12,,,,4,,,,".split(",")){
 +            System.out.println("<"+s+">");
 +        }
  
 +</code>
 +
 +Wynik
 +
 +<code java>
 +<ala ma kota>
 +<12>
 +<>
 +<>
 +<>
 +<4>
 +</code>
 +
 +Brakuje atrybutu jeśli:
 +  * numer kolumny jest poza zakresem ''current.length'' 
 +  * tekst jest pusty
 ===== Napisz testy ===== ===== Napisz testy =====
  
po/lab6.txt · Last modified: 2018/11/22 13:40 by pszwed
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0