JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.aksw.jenax.graphql.sparql.v2.schema
Interface Generator<T>
All Known Implementing Classes:
VarGeneratorBlacklist
,
VarGeneratorImpl2
public interface
Generator<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Generator
<
T
>
clone
()
Clones should independently yield the same sequences of items as the original object
T
current
()
T
next
()
Method Details
next
T
next
()
current
T
current
()
clone
Generator
<
T
>
clone
()
Clones should independently yield the same sequences of items as the original object
Returns: