Uses of Interface
com.sas.collection.StaticStringListInterface

Packages that use StaticStringListInterface
com.sas.collection Provides several classes which implement data structures called collections. 
com.sas.models Interfaces and classes for models which may be displayed in various viewers. 
 

Uses of StaticStringListInterface in com.sas.collection
 

Subinterfaces of StaticStringListInterface in com.sas.collection
 interface StringCollectionInterface
          StringCollectionInterface combines StringListInterface and OrderedCollectionInterface.
 interface StringListInterface
          An interface for an ordered, modifiable collection of strings.
 

Classes in com.sas.collection that implement StaticStringListInterface
 class StaticStringList
          A StaticStringList is a class which hides the update methods of a StringList object.
 class StringCollection
          A StringCollection is an ordered collection of java.lang.String values.
 

Methods in com.sas.collection that return StaticStringListInterface
 StaticStringListInterface StringCollection.getStringItems(int start, int end)
          Extract a sublist of strings from this collection.
abstract  StaticStringListInterface StaticStringListInterface.getStringItems(int start, int last)
          Extract a sublist of items from the list
 StaticStringListInterface StaticStringList.getStringItems(int start, int last)
          Extract a sublist of items from this string list
 

Methods in com.sas.collection with parameters of type StaticStringListInterface
abstract  void StringListInterface.addItems(StaticStringListInterface strings)
          Add multiple strings to a list.
 void StringCollection.addItems(StaticStringListInterface items)
          Add multiple strings to this collection.
 boolean StringCollection.equals(StaticStringListInterface list)
          Test if this collection equals another string collection by comparing elements in order.
abstract  boolean StaticStringListInterface.equals(StaticStringListInterface list)
          Compare the current items with those in another StaticStringList and test whether the lists are identical.
 boolean StaticStringList.equals(StaticStringListInterface list)
          Compare the current items with those in another StaticStringList and tell whether the lists are identical.
 

Constructors in com.sas.collection with parameters of type StaticStringListInterface
StaticStringList(StaticStringListInterface strings)
          Create a StaticStringList which provides read-only access to another string list.
StringCollection(StaticStringListInterface strings)
          Construct a StringCollection that is populated with another collection of Strings.
 

Uses of StaticStringListInterface in com.sas.models
 

Fields in com.sas.models declared as StaticStringListInterface
protected  StaticStringListInterface ActionNode.actions
          List of actions for the current node.
 

Methods in com.sas.models with parameters of type StaticStringListInterface
 void ActionNode.setActionList(StaticStringListInterface actionList)
          Sets the list of actions that can be performed on the current node.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.