PageRenderTime 58ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/rcdk/man/hasNext.Rd

http://github.com/rajarshi/cdkr
Unknown | 25 lines | 24 code | 1 blank | 0 comment | 0 complexity | 70f66c51b209644791b777cda5eada54 MD5 | raw file
  1. \name{hasNext}
  2. \alias{hasNext}
  3. \alias{hasNext.iload.molecules}
  4. \title{Does This Iterator Have A Next Element}
  5. \description{
  6. \code{hasNext} is a generic function that indicates if the iterator
  7. has another element.
  8. }
  9. \usage{
  10. hasNext(obj, \dots)
  11. \method{hasNext}{iload.molecules}(obj, \dots)
  12. }
  13. \arguments{
  14. \item{obj}{an iterator object.}
  15. \item{\dots}{additional arguments that are ignored.}
  16. }
  17. \value{
  18. Logical value indicating whether the iterator has a next element. In the context
  19. of reading a structure file, this indicates whether there are more molecules to read
  20. }
  21. \seealso{
  22. \code{\link{iload.molecules}}
  23. }
  24. \keyword{methods}