Cytoscape 2.8.0 API

cytoscape.util.intr.test
Class BitSetPerformance

java.lang.Object
  extended by cytoscape.util.intr.test.BitSetPerformance

public class BitSetPerformance
extends Object


Constructor Summary
BitSetPerformance()
           
 
Method Summary
static void main(String[] args)
          This test is analagous to cytoscape.intr.util.test.MinIntHeapPerformance, only it uses a bit array instead of a heap.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitSetPerformance

public BitSetPerformance()
Method Detail

main

public static void main(String[] args)
                 throws Exception
This test is analagous to cytoscape.intr.util.test.MinIntHeapPerformance, only it uses a bit array instead of a heap. So the purpose of this test is to compare the performance between a heap and a bit array when using these objects solely for the purpose of pruning duplicate integers from a set of integers.

Throws:
Exception

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.