Package kmer.core.results
Class AbstractArrayKMerResults
java.lang.Object
kmer.core.results.AbstractArrayKMerResults
- All Implemented Interfaces:
KMerResults
- Direct Known Subclasses:
AtomicIntegerArrayKMerResults
,IntArrayKMerResults
- Author:
- Dennis Cosgrove
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected final class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
lookupCount
(byte[] kMer) protected abstract int
lookupCount
(int index) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface kmer.core.KMerResults
encounters
-
Constructor Details
-
AbstractArrayKMerResults
public AbstractArrayKMerResults()
-
-
Method Details
-
lookupCount
protected abstract int lookupCount(int index) -
lookupCount
public int lookupCount(byte[] kMer) - Specified by:
lookupCount
in interfaceKMerResults
-