Class N08_Part2_DataStructureAccess.WeakHashMapAccess

java.lang.Object
  extended by N08_Part2_DataStructureAccess.TaskAbstract
      extended by N08_Part2_DataStructureAccess.MapAccess
          extended by N08_Part2_DataStructureAccess.WeakHashMapAccess
All Implemented Interfaces:
Runnable
Enclosing class:
N08_Part2_DataStructureAccess

protected static class N08_Part2_DataStructureAccess.WeakHashMapAccess
extends N08_Part2_DataStructureAccess.MapAccess

Simply causes its superclass N08_Part2_DataStructureAccess.MapAccess to use a WeakHashMap.


Field Summary
 
Fields inherited from class N08_Part2_DataStructureAccess.MapAccess
map
 
Fields inherited from class N08_Part2_DataStructureAccess.TaskAbstract
index, mode, size
 
Constructor Summary
protected N08_Part2_DataStructureAccess.WeakHashMapAccess(int size, N08_Part2_DataStructureAccess.Mode mode)
           
 
Method Summary
 
Methods inherited from class N08_Part2_DataStructureAccess.MapAccess
run
 
Methods inherited from class N08_Part2_DataStructureAccess.TaskAbstract
checkIntegers, makeIndices, makeIntegers, postBenchmarkCheck, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

N08_Part2_DataStructureAccess.WeakHashMapAccess

protected N08_Part2_DataStructureAccess.WeakHashMapAccess(int size,
                                                          N08_Part2_DataStructureAccess.Mode mode)
                                                   throws IllegalArgumentException
Throws:
IllegalArgumentException