Interface DataPool.InternPool<K,V>

All Known Implementing Classes:
DataPool.HardInternPool, DataPool.WeakInternPool
Enclosing class:
DataPool

private static interface DataPool.InternPool<K,V>
  • Method Summary

    Modifier and Type
    Method
    Description
    get(K key)
     
    intern(K key, V value)
     
  • Method Details

    • get

      V get(K key)
    • intern

      V intern(K key, V value)