org.slf4j.profiler
Class SortAndPruneComposites

java.lang.Object
  extended by org.slf4j.profiler.SortAndPruneComposites

public class SortAndPruneComposites
extends Object


Constructor Summary
SortAndPruneComposites(int[] randomArray)
           
 
Method Summary
 boolean isPrime(int n)
           
 int[] sortAndPruneComposites()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortAndPruneComposites

public SortAndPruneComposites(int[] randomArray)
Method Detail

sortAndPruneComposites

public int[] sortAndPruneComposites()

isPrime

public boolean isPrime(int n)


Copyright © 2005-2013 QOS.ch. All Rights Reserved.