|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.collection.Set
public class Set
A Set is a Collection which does not allow duplicates elements.
| Field Summary |
|---|
| Fields inherited from class com.sas.collection.Collection |
|---|
RB_KEY |
| Fields inherited from class com.sas.collection.BaseCollection |
|---|
allContentsChangedListeners, mappingObject |
| Constructor Summary | |
|---|---|
Set()
Default constructor. |
|
Set(java.lang.String data)
Construct a Set collection from a string of comma delimited values |
|
| Method Summary | |
|---|---|
static com.sas.beans.ExtendedBeanInfo |
getExtendedBeanInfo()
|
| Methods inherited from class com.sas.collection.Collection |
|---|
add, addItems, apply, clone, clone, contains, count, dumpComponent, getItems, isSet, remove, removeAll, removeAll, toArray, toString |
| Methods inherited from class com.sas.collection.BaseCollection |
|---|
addContentsChangedListener, anyContentsChangedListeners, disableEvents, enableEvents, enableEvents, fireContentsChanged, map, removeContentsChangedListener, unmap |
| Methods inherited from interface com.sas.collection.ContentsChangedSource |
|---|
addContentsChangedListener, removeContentsChangedListener |
| Methods inherited from interface com.sas.beans.PropertyChangeSource |
|---|
addPropertyChangeListener, removePropertyChangeListener |
| Constructor Detail |
|---|
public Set()
public Set(java.lang.String data)
data - a string values, separated by commas.
Boolean and number objects are recognized and parsed into
appropriate Boolean, Integer, Long,
or Double objects;
everything else is parsed into a String
or Character.
java.lang.IllegalArgumentException - if the data string
is invalid| Method Detail |
|---|
public static com.sas.beans.ExtendedBeanInfo getExtendedBeanInfo()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||