@Deprecated public interface GlobalSet extends Closeable, Iterable<String>
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(String val)
Deprecated.
Adds a
String value to this GlobalSet |
boolean |
contains(String val)
Deprecated.
Whether or not this
GlobalSet contains a given String |
boolean |
remove(String val)
Deprecated.
Removes a
String value from this GlobalSet |
forEach, iterator, spliteratorboolean add(String val) throws AttivioException
String value to this GlobalSetval - A String value to add to this GlobalSetval already exists. true if val is successfully addedAttivioExceptionboolean remove(String val) throws AttivioException
String value from this GlobalSetval - val does not exist in this GlobalSet. true if val is successfully removedAttivioExceptionboolean contains(String val) throws AttivioException
GlobalSet contains a given Stringval - GlobalSet does not contain val. true if this GlobalSet does contain valAttivioExceptionCopyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.