- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
public int getLifeWidth() {
return cells == null ? 0 : cells.length;
}
public int getLifeHeight() {
return cells == null || cells.length == 0 || cells[0] == null ? 0 : cells[0].length;
}
private int _getLifeWidth() {
return cells.length;
}
private int _getLifeHeight() {
return cells[0].length;
}
ingenuus 09.04.2012 16:47 # +2
No.
absolut 09.04.2012 17:32 # 0
roman-kashitsyn 09.04.2012 17:34 # 0
guest 10.04.2012 00:01 # 0
FaiGovno 10.04.2012 08:24 # −1
3.14159265 09.04.2012 18:46 # 0
Steve_Brown 12.04.2012 12:17 # +2
Lure Of Chaos 12.04.2012 18:07 # +1
FaiGovno 12.04.2012 20:52 # 0
absolut 13.04.2012 00:30 # +1
SmackMyBitchUp 13.04.2012 07:41 # +1
absolut 13.04.2012 14:01 # 0
rat4 13.04.2012 14:05 # 0
TarasB 13.04.2012 14:18 # 0
guest8 09.04.2019 13:04 # −999