Interface ExportTriple<T>
-
- All Known Implementing Classes:
SimpleTriple
public interface ExportTriple<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getPostfix()
T
getPrefix()
T
getSeparator()
-