Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこのコードを書きました:
public static <T> void getList(Vector<T> result){ System.out.println(result.getClass().getName()); }
のクラス名を書きたいのですが、わかりTません。これどうやってするの?
T