public interface RecordPrinter<T>
| Modifier and Type | Method and Description |
|---|---|
void |
printRecord(T rec) |
void |
printRecords(Collection<T> recs) |
void printRecord(T rec)
void printRecords(Collection<T> recs)
Copyright © 2019. All rights reserved.