T
- the type of elements held in this collectionpublic class FieldCounter<T> extends Object
Constructor and Description |
---|
FieldCounter() |
Modifier and Type | Method and Description |
---|---|
T |
get(String key) |
List<Integer> |
getCsv() |
String |
getCsv(boolean withLabel) |
String |
getCsv(boolean withLabel,
CompressionLevel compressionLevel) |
List<String> |
getList(boolean withLabel,
CompressionLevel compressionLevel) |
Map<String,T> |
getMap() |
boolean |
has(String key) |
void |
put(String key,
T value) |
void |
putAll(FieldCounter<T> other) |
int |
size() |
public boolean has(String key)
public int size()
public void putAll(FieldCounter<T> other)
public String getCsv(boolean withLabel)
public String getCsv(boolean withLabel, CompressionLevel compressionLevel)
@NotNull public List<String> getList(boolean withLabel, CompressionLevel compressionLevel)
Copyright © 2020. All rights reserved.