hasNext method
Indicates whether there are any more items in the sequence.
hasNext()
Parameters
None
Returns
boolean. Returns true if the iterator has more items. Returns false if it does not.
Throws
CMSException
Raised if an error occurs.
这对您有帮助吗?