public boolean hasNextAsset() throws org.osid.repository.RepositoryException(Code)
Return whether there is another Asset or not.
nextAsset
public org.osid.repository.Asset nextAsset() throws org.osid.repository.RepositoryException(Code)
Return the next Asset or throw an exception if there are no more Assets.
The exception's message is: org.osid.shared.SharedException.NO_MORE_ITERATOR_ELEMENTS