Edit of
KnowHow/cast
Top
/
KnowHow
/
cast
[
Front page
] [
Edit
|
Diff
|
History
|
Attach
|
Reload
] [
New
|
Page list
|
Search
|
Recent changes
|
Help
]
-- Use page as template --
(no template pages)
#code(java){{ // @SuppressWarnings("unchecked") がアチコチに書かれると嫌なので定番クラスを準備 public class CastUtil { @SuppressWarnings("unchecked") public static final <E> E cast(Object obj) { return (E) obj; } } }}
Do not change timestamp
#code(java){{ // @SuppressWarnings("unchecked") がアチコチに書かれると嫌なので定番クラスを準備 public class CastUtil { @SuppressWarnings("unchecked") public static final <E> E cast(Object obj) { return (E) obj; } } }}
View Text Formatting Rules