public final class AlignmentCache extends Object
BandedLinearAligner.
This cache helps to avoid creating new alignment array every time banded alignment is performed.
| Modifier and Type | Method and Description |
|---|---|
static void |
enable()
Enables CachedArray system
|
static CachedIntArray |
get()
Returns available CachedIntArray if AlignemntCache is on or creates new CachedIntArray otherwise
|
static void |
release()
Release CacheIntArray
|
public static void enable()
public static CachedIntArray get()
public static void release()
Copyright © 2018. All rights reserved.