HashMapPerfTestApp.java :  » Net » Terracotta » com » tctest » perf » collections » Java Open Source

Java Open Source » Net » Terracotta 
Terracotta » com » tctest » perf » collections » HashMapPerfTestApp.java
/*
 * All content copyright (c) 2003-2006 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice.  All rights reserved.
 */
package com.tctest.perf.collections;

import com.tc.simulator.app.ApplicationConfig;
import com.tc.simulator.listener.ListenerProvider;

public class HashMapPerfTestApp extends CollectionsPerfTestAppBase {

  public HashMapPerfTestApp(String appId, ApplicationConfig cfg, ListenerProvider listenerProvider) {
    super(appId, cfg, listenerProvider);
    this.setCollection(new CollectionType.HashMapCollection());
  }

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.