Standalone common Pair HMM utility class with associated unit tests.
This commit is contained in:
parent
2f334a57c2
commit
0ad7d5fbc1
|
|
@ -34,7 +34,7 @@ import java.util.Map;
|
||||||
* Date: Dec 29, 2009
|
* Date: Dec 29, 2009
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class NestedHashMap{
|
public class NestedHashMap {
|
||||||
|
|
||||||
public final Map data = new HashMap<Object, Object>();
|
public final Map data = new HashMap<Object, Object>();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue