T - type that implements QualityValuepublic abstract class ListHeaderProducer<T extends QualityValue> extends Object
| Constructor and Description |
|---|
ListHeaderProducer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
create(String part)
Create each element of header list.
|
List<T> |
createQualitySortedList(String header)
Create list of headers which is sorted by quality value.
|
protected abstract T create(String part)
part - the part of source string, it is part between two commaspublic List<T> createQualitySortedList(String header)
header - source header stringCopyright © 2012–2016 Codenvy, S.A.. All rights reserved.