Package org.apache.ofbiz.base.lang
Interface Appender<T>
-
- All Known Implementing Classes:
GenericMap
,GenericMapTest.TestGenericMap
,StringUtilTests.TestAppender
public interface Appender<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
appendTo(T target)
-