Class BoundedLinkedHashMap<K,​V>

    • Constructor Detail

      • BoundedLinkedHashMap

        public BoundedLinkedHashMap​(int maxSize)
    • Method Detail

      • getMaxSize

        public int getMaxSize()
        Returns the maximum size of this map beyond which the eldest entry will get removed.