MongoCursor<ResultT>클래스
- java.lang.Object
-
- io.realm.mongodb.mongo.iterable.MongoCursor<ResultT>
-
-
메서드 요약
모든 메서드 인스턴스 메서드 구체적인 방법 수정자 및 유형 메서드 설명 void
close()
boolean
hasNext()
ResultT
next()
ResultT
tryNext()
다음 문서가 가능한 경우 또는 null을 반환하는 특수한next()
사례입니다.-
클래스 java.lang에서 상속된 메소드입니다.객체
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
인터페이스 java.util에서 상속된 메소드입니다.반복자
forEachRemaining, remove
-
-
-
-
메서드 세부 정보
-
tryNext
공개 ResultT tryNext()
다음 문서가 가능한 경우 또는 null을 반환하는 특수한next()
사례입니다.- 반환합니다:
- 사용 가능한 경우 다음 문서 를 포함하는
Task
또는 null입니다.
-
닫기
public void close()
- 다음에 의해 지정됩니다:
close
인터페이스에서AutoCloseable
- 다음에 의해 지정됩니다:
close
인터페이스에서Closeable
-
-