cytoscape.util.intr.test
Class IntHashPerformance
java.lang.Object
cytoscape.util.intr.test.IntHashPerformance
public class IntHashPerformance
- extends Object
Method Summary |
static void |
main(String[] args)
This test is analagous to
cytoscape.util.intr.test.MinIntHeapPerformance, only
it uses a hashtable instead of a heap. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntHashPerformance
public IntHashPerformance()
main
public static void main(String[] args)
throws Exception
- This test is analagous to
cytoscape.util.intr.test.MinIntHeapPerformance, only
it uses a hashtable instead of a heap. So the purpose of this test
is to compare the performance between a heap and a hashtable when using
these objects solely for the purpose of pruning duplicate integers from a
set of integers.
- Throws:
Exception
Copyright 2010 Cytoscape Consortium. All rights reserved.