Class AbstractConcurrentDoubleKeyMap<K1,​K2,​V>

    • Constructor Detail

      • AbstractConcurrentDoubleKeyMap

        public AbstractConcurrentDoubleKeyMap​(java.lang.Object segmentInfo)
    • Method Detail

      • get

        public V get​(K1 key1,
                     K2 key2)
      • getOrPut

        public org.codehaus.groovy.util.AbstractConcurrentDoubleKeyMap.Entry<K1,​K2,​V> getOrPut​(K1 key1,
                                                                                                           K2 key2,
                                                                                                           V value)
      • put

        public void put​(K1 key1,
                        K2 key2,
                        V value)
      • remove

        public void remove​(K1 key1,
                           K2 key2)