public final class InGraphBinarySearchFilter<E extends ISPO> extends SPOFilter<E> implements Externalizable
InGraphHashSetFilter,
Serialized Form| Constructor and Description |
|---|
InGraphBinarySearchFilter()
Deserialization constructor.
|
InGraphBinarySearchFilter(Iterable<? extends org.openrdf.model.URI> graphs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(Object o)
True iff the argument is matched by the filter.
|
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public InGraphBinarySearchFilter()
public InGraphBinarySearchFilter(Iterable<? extends org.openrdf.model.URI> graphs)
graphs - The set of acceptable graph identifiers.public boolean isValid(Object o)
IFilterTestisValid in interface IFilterTestpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.