Livejournal
Log in
Post
Friends
My journal
redis
in
code_wtf
Слегка кастомный instanceof
Jan 28, 2016 12:40
Даже не знаю, нужны ли здесь комментарии. Java.
Object obj = list.next();
try {
fileName = (String) obj;
} catch (Exception e) {
File file = (File) obj;
fileName = file.getAbsolutePath();
}
Leave a comment
Read comments 8
Previous post
Next post
Up