| Package | Description |
|---|---|
| com.bloomberglp.blpapi |
| Modifier and Type | Method and Description |
|---|---|
Subscription |
SubscriptionList.get(int index)
Get the Subscription at the specified index in this SubscriptionList
|
Subscription |
SubscriptionIterator.next()
Returns the next Subscription in the iteration
|
Subscription |
SubscriptionList.remove(int index)
Remove the Subscription at the specified index in this SubscriptionList
|
Subscription[] |
SubscriptionList.toArray()
Returns an array containing all of the Subscriptions in this
SubscriptionList in the correct order
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Subscription> |
SubscriptionList.iterator()
Return an iterator over the subscriptions contained in this SubscriptionList
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SubscriptionList.add(Subscription subscription)
Appends the specified subscription to the end of this list
|
Copyright © 2021 Bloomberg L.P.. All rights reserved.