Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
SemWeb
Query
SparqlEngine.EmptyIterator
C# Class SemWeb.Query.SparqlEngine.EmptyIterator
Inheritance:
java.util.Iterator
显示文件
Open project: JoshData/semweb-dotnet
Public Methods
Method
Description
hasNext
( ) :
bool
next
( ) :
object
remove
( ) :
void
Method Details
hasNext()
public
method
public
hasNext
( ) :
bool
return
bool
next()
public
method
public
next
( ) :
object
return
object
remove()
public
method
public
remove
( ) :
void
return
void