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
-绑定返回
TRO的最大数量
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.