タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

tipsとGCに関するindicationのブックマーク (1)

  • Java弱参照メモ(Hishidama's Java Weak reference Memo)


    Java GC GC 使 WeakHashMap WeakHashMapHashMap   Map<Integer, String> map = new WeakHashMap<Integer, String>(); //  Integer[] force = new Integer[10
    indication
    indication 2014/08/26
    WeakReferenceに関するサンプル等。これもキャッシュの実装に使えそう。
  • 1