public class TdTFormatReferenceIndexer extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected LinkedHashMap<String,TdTFormatReference> |
formatsIndexer |
| Constructor and Description |
|---|
TdTFormatReferenceIndexer() |
| Modifier and Type | Method and Description |
|---|---|
TdTFormatReference |
getFormatByFormatId(String formatId) |
ArrayList<TdTFormatReference> |
getFormats() |
LinkedHashMap<String,TdTFormatReference> |
getFormatsIndexer() |
boolean |
haveFormats() |
void |
putFormat(TdTFormatReference format) |
void |
remove(TdTFormatReference format) |
void |
resetIndexer() |
int |
size() |
String |
toString() |
protected LinkedHashMap<String,TdTFormatReference> formatsIndexer
public void putFormat(TdTFormatReference format)
public void remove(TdTFormatReference format)
public void resetIndexer()
public TdTFormatReference getFormatByFormatId(String formatId)
public LinkedHashMap<String,TdTFormatReference> getFormatsIndexer()
public ArrayList<TdTFormatReference> getFormats()
public int size()
public boolean haveFormats()
Copyright © 2017. All Rights Reserved.