Class DataPool.HardInternPool<K,​V>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.concurrent.ConcurrentHashMap<K,​V> map  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private HardInternPool()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V get​(K key)  
      V intern​(K key, V value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • map

        private final java.util.concurrent.ConcurrentHashMap<K,​V> map
    • Constructor Detail

      • HardInternPool

        private HardInternPool()