public abstract class VcfMetaEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
properties |
| Constructor and Description |
|---|
VcfMetaEntry(Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
get(String key) |
abstract String |
getName() |
Map<String,String> |
getProperties() |
int |
hashCode() |
String |
toString() |
public abstract String getName()
Copyright © 2019. All rights reserved.