|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use StringListInterface | |
|---|---|
| com.sas.collection | Provides several classes which implement data structures called collections. |
| com.sas.util.transforms | Interfaces and implementations for objects which transform data from one representation or type to another. |
| Uses of StringListInterface in com.sas.collection |
|---|
| Subinterfaces of StringListInterface in com.sas.collection | |
|---|---|
interface |
StringCollectionInterface
StringCollectionInterface combines StringListInterface and OrderedCollectionInterface. |
| Classes in com.sas.collection that implement StringListInterface | |
|---|---|
class |
StringCollection
A StringCollection is an ordered collection of java.lang.String values. |
| Uses of StringListInterface in com.sas.util.transforms |
|---|
| Methods in com.sas.util.transforms that return StringListInterface | |
|---|---|
protected StringListInterface |
StringToStringListInterfaceTransform.newStringList()
Factory method to create a StringListInterface instance when transforming an object. |
static StringListInterface |
StringToStringListInterfaceTransform.transform(StringListInterface stringList,
java.lang.String text,
char delimiter)
Transform a text string into a string list. |
| Methods in com.sas.util.transforms with parameters of type StringListInterface | |
|---|---|
static StringListInterface |
StringToStringListInterfaceTransform.transform(StringListInterface stringList,
java.lang.String text,
char delimiter)
Transform a text string into a string list. |
|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||