Class LRUMapTest

    • Constructor Detail

      • LRUMapTest

        public LRUMapTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testMultiplePointsDoesntIncreaseSize

        public void testMultiplePointsDoesntIncreaseSize()
      • testSizeRestriction

        public void testSizeRestriction()
      • testGetAccessReodersElement

        public void testGetAccessReodersElement()
      • testPutAccessReodersElement

        public void testPutAccessReodersElement()
      • testConcurrentModification

        public void testConcurrentModification()
      • testRemove

        public void testRemove()
      • testClear

        public void testClear()
      • testPutAll

        public void testPutAll()
      • testIteratorRemove

        public void testIteratorRemove()
      • testContainsValue

        public void testContainsValue()
      • testValueSetIterator

        public void testValueSetIterator()
      • testKeySetIterator

        public void testKeySetIterator()
      • testEntrySetIterator

        public void testEntrySetIterator()
      • testEntrySetContainsAndRemove

        public void testEntrySetContainsAndRemove()
      • testEntrySetClear

        public void testEntrySetClear()
      • testKeySetContainsAndRemove

        public void testKeySetContainsAndRemove()
      • testKeySetClear

        public void testKeySetClear()
      • testValueSetContainsAndRemove

        public void testValueSetContainsAndRemove()
      • testValueSetClear

        public void testValueSetClear()