public interface BindingIteratorOperations
Modifier and Type | Method and Description |
---|---|
void |
destroy()
此操作会破坏迭代器。
|
boolean |
next_n(int how_many, BindingListHolder bl)
此操作最多返回所请求的绑定数量。
|
boolean |
next_one(BindingHolder b)
此操作返回下一个绑定。
|
boolean next_one(BindingHolder b)
b
- 返回的绑定
boolean next_n(int how_many, BindingListHolder bl)
how_many
- 绑定的最大数目返回
bl
- 返回的绑定
void destroy()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.