Class Separator<T>
java.lang.Object
org.jdesktop.swingx.util.Separator<T>
- Type Parameters:
T- the type of separator
A simple separator for adding in between each element in a list.
for (String s : strings) {
stringBuilder.append(separator.get().append(s);
}
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
next
-
separator
-
-
Constructor Details
-
Separator
-
-
Method Details
-
get
-