@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, spliterator
boolean add(String val) throws AttivioException
String
value to this GlobalSet
val
- A String
value to add to this GlobalSet
val
already exists. true if val
is successfully addedAttivioException
boolean remove(String val) throws AttivioException
String
value from this GlobalSet
val
- val
does not exist in this GlobalSet
. true if val
is successfully removedAttivioException
boolean contains(String val) throws AttivioException
GlobalSet
contains a given String
val
- GlobalSet
does not contain val
. true if this GlobalSet
does contain val
AttivioException
Copyright © 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.