public class GeneratorBlacklist extends Object implements com.hp.hpl.jena.sdb.core.Generator
| Constructor and Description |
|---|
GeneratorBlacklist(com.hp.hpl.jena.sdb.core.Generator generator,
Collection<String> blacklist) |
| Modifier and Type | Method and Description |
|---|---|
static GeneratorBlacklist |
create(com.hp.hpl.jena.sdb.core.Generator generator,
Collection<String> blacklist) |
static GeneratorBlacklist |
create(String base,
Collection<String> blacklist) |
String |
current() |
String |
next() |
String |
toString() |
public GeneratorBlacklist(com.hp.hpl.jena.sdb.core.Generator generator,
Collection<String> blacklist)
public String next()
next in interface com.hp.hpl.jena.sdb.core.Generatorpublic String current()
current in interface com.hp.hpl.jena.sdb.core.Generatorpublic static GeneratorBlacklist create(String base, Collection<String> blacklist)
public static GeneratorBlacklist create(com.hp.hpl.jena.sdb.core.Generator generator, Collection<String> blacklist)
Copyright © 2014. All Rights Reserved.