public class BinaryInteractionCovariateIterator extends Object implements Iterator<BinaryInteractionQueryResult>
| Constructor and Description |
|---|
BinaryInteractionCovariateIterator(String variantName,
String geneName,
int[] covariatsTested,
BinaryInteractionFile file,
long startVariantGeneBlock,
BinaryInteractionQtlZscores qtlZscores) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
BinaryInteractionQueryResult |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic BinaryInteractionCovariateIterator(String variantName, String geneName, int[] covariatsTested, BinaryInteractionFile file, long startVariantGeneBlock, BinaryInteractionQtlZscores qtlZscores)
public boolean hasNext()
hasNext in interface Iterator<BinaryInteractionQueryResult>public BinaryInteractionQueryResult next()
next in interface Iterator<BinaryInteractionQueryResult>public void remove()
remove in interface Iterator<BinaryInteractionQueryResult>Copyright © 2015. All Rights Reserved.