Hash->HashMap, add Basket.Queue
[org.ibex.util.git] / src / org / ibex / util / Cache.java
index 33c04c5..82311ec 100644 (file)
@@ -10,7 +10,7 @@ package org.ibex.util;
  *
  *  @author crawshaw@ibex.org
  */
-public class Cache extends Basket.HashMap {
+public class Cache extends Basket.Hash {
     public Cache(int maxSize, boolean accessOrder) {
         super(maxSize * 2, 0.75F);
     }