public final class InGraphBinarySearchFilter<E extends ISPO> extends SPOFilter<E> implements Externalizable
InGraphHashSetFilter
,
Serialized FormConstructor 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)
IFilterTest
isValid
in interface IFilterTest
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.