- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
public class SomePoint<T> implements IsPoint<T> {
// some code...
protected Object getValue(Object object) {
IsPoint<?> point = (IsPoint<?>) this;
Object obj = point == null ? null : point.getNonSafe((Enum<?>) object);
return obj == null ? new Double(0) : obj;
}
// some code
}
Belecci 27.03.2015 17:11 # +3
roman-kashitsyn 15.04.2015 18:56 # 0
da_vi_ohueli 15.04.2015 18:56 # 0
Stertor 15.04.2015 19:48 # 0
ebanutie_sobaki 15.04.2015 19:48 # 0
Stertor 15.04.2015 19:54 # +1
peremoga_ili_zrada 15.04.2015 19:54 # 0