com.sas.collection
Interface StringCollectionInterface

All Superinterfaces:
java.lang.Cloneable, CollectionInterface, com.sas.collection.ContentsChangedSource, com.sas.util.Countable, com.sas.util.Enumerable, IndexedGetInterface, IndexedSetInterface, OrderedCollectionInterface, com.sas.beans.PropertyChangeSource, com.sas.PublicClonable, Sortable, StaticCollectionInterface, StaticOrderedCollectionInterface, StaticStringListInterface, StringListInterface
All Known Implementing Classes:
StringCollection

public interface StringCollectionInterface
extends StringListInterface, OrderedCollectionInterface

StringCollectionInterface combines StringListInterface and OrderedCollectionInterface. StringCollection is a concrete class which implements this interface.


Method Summary
 
Methods inherited from interface com.sas.collection.StringListInterface
add, add, addItems, clone, removeAll, removeAt, removeStringAt, setSize, setString, sort, sort, sort, sort
 
Methods inherited from interface com.sas.collection.StaticStringListInterface
equals, getIndex, getLastIndex, getString, getStringItems, getStringItems
 
Methods inherited from interface com.sas.collection.OrderedCollectionInterface
add, addItems, clone, removeAt, set, setSize
 
Methods inherited from interface com.sas.collection.CollectionInterface
add, addItems, remove, removeAll, removeAll
 
Methods inherited from interface com.sas.collection.StaticOrderedCollectionInterface
equals, getIndex, getItems, getLastIndex
 
Methods inherited from interface com.sas.collection.StaticCollectionInterface
apply, contains
 
Methods inherited from interface com.sas.collection.ContentsChangedSource
addContentsChangedListener, removeContentsChangedListener
 
Methods inherited from interface com.sas.beans.PropertyChangeSource
addPropertyChangeListener, removePropertyChangeListener
 
Methods inherited from interface com.sas.util.Enumerable
getItems
 
Methods inherited from interface com.sas.util.IndexedGetInterface
get
 
Methods inherited from interface com.sas.util.Countable
count
 
Methods inherited from interface com.sas.collection.Sortable
sort, sort
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.