Skip navigation links
A B C D E F G H I L M N O P Q R S T U W X Z _ 

A

AbstractCloseableIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
Base class for CloseableIterations offering common functionality.
AbstractCloseableIteration() - Constructor for class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
 
AbstractCloseableIterator<E> - Class in org.eclipse.rdf4j.common.iterator
 
AbstractCloseableIterator() - Constructor for class org.eclipse.rdf4j.common.iterator.AbstractCloseableIterator
 
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.DistinctIteration
Returns true if the specified object hasn't been seen before.
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.FilterIteration
Tests whether or not the specified object should be returned by this Iteration.
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
Returns true if the object is in the set of elements of the second argument.
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.MinusIteration
 
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.OffsetIteration
Returns false for the first OFFSET objects.
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.ReducedIteration
 
accept(E) - Method in class org.eclipse.rdf4j.util.iterators.FilterIterator
Tests whether or not the specified object should be returned by this iterator.
add(E) - Method in class org.eclipse.rdf4j.common.iteration.DistinctIteration
 
add(S) - Method in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
Adds a service to the registry.
addAll(Iteration<? extends E, X>, C) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Adds all elements from the supplied Iteration to the specified collection.
addAll(Iterator<? extends E>, C) - Static method in class org.eclipse.rdf4j.util.iterators.Iterators
Adds all elements from the supplied iterator to the specified collection.
addSecondSet(Iteration<? extends E, ? extends X>, Set<E>) - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
 
appendN(char, int, StringBuilder) - Static method in class org.eclipse.rdf4j.common.text.StringUtil
Appends the specified character n times to the supplied StringBuilder.
arg2 - Variable in class org.eclipse.rdf4j.common.iteration.IntersectIteration
 
ASCIIUtil - Class in org.eclipse.rdf4j.common.text
Utility methods for ASCII character checking.
ASCIIUtil() - Constructor for class org.eclipse.rdf4j.common.text.ASCIIUtil
 
asList(Iteration<? extends E, X>) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Get a List containing all elements obtained from the specified Iteration.
asList(Iterator<? extends E>) - Static method in class org.eclipse.rdf4j.util.iterators.Iterators
Get a List containing all elements obtained from the specified iterator.
asSet(Iteration<? extends E, X>) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Get a Set containing all elements obtained from the specified Iteration.

B

ByteArrayUtil - Class in org.eclipse.rdf4j.common.io
Class providing utility methods for handling byte arrays.
ByteArrayUtil() - Constructor for class org.eclipse.rdf4j.common.io.ByteArrayUtil
 

C

checkException() - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
 
clearIncludeSet() - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
 
clone() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
 
close() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
 
close() - Method in class org.eclipse.rdf4j.common.io.NioFile
 
close() - Method in class org.eclipse.rdf4j.common.io.UncloseableInputStream
 
close() - Method in class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
Calls AbstractCloseableIteration.handleClose() upon first call and makes sure the resource closures are only executed once.
close() - Method in interface org.eclipse.rdf4j.common.iteration.CloseableIteration
Closes this iteration, freeing any resources that it is holding.
close() - Method in class org.eclipse.rdf4j.common.iterator.AbstractCloseableIterator
Calls AbstractCloseableIterator.handleClose() upon first call and makes sure this method gets called only once.
close() - Method in class org.eclipse.rdf4j.common.iterator.CloseableIterationIterator
 
close(Iterator<?>) - Static method in class org.eclipse.rdf4j.util.iterators.Iterators
Closes the given iterator if it implements Closeable else do nothing.
CloseableIteration<E,X extends Exception> - Interface in org.eclipse.rdf4j.common.iteration
An Iteration that can be closed to free resources that it is holding.
CloseableIterationBase<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
Deprecated.
since 4.0. Use AbstractCloseableIteration instead.
CloseableIterationBase() - Constructor for class org.eclipse.rdf4j.common.iteration.CloseableIterationBase
Deprecated.
 
CloseableIterationIterator<E> - Class in org.eclipse.rdf4j.common.iterator
Wraps an Iteration as an Iterator.
CloseableIterationIterator(Iteration<? extends E, ? extends RuntimeException>) - Constructor for class org.eclipse.rdf4j.common.iterator.CloseableIterationIterator
 
CloseableIteratorBase<E> - Class in org.eclipse.rdf4j.common.iterator
Deprecated.
since 4.0. Use AbstractCloseableIterator instead.
CloseableIteratorBase() - Constructor for class org.eclipse.rdf4j.common.iterator.CloseableIteratorBase
Deprecated.
 
CloseableIteratorIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that can convert an Iterator to a CloseableIteration.
CloseableIteratorIteration() - Constructor for class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
Creates an uninitialized CloseableIteratorIteration, needs to be initialized by calling CloseableIteratorIteration.setIterator(Iterator) before it can be used.
CloseableIteratorIteration(Iterator<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
Creates a CloseableIteratorIteration that wraps the supplied iterator.
closeCloseable(Iteration<?, X>) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Closes the supplied Iteration if it is an instance of CloseableIteration, otherwise the request is ignored.
closeSilently(Iterator<?>) - Static method in class org.eclipse.rdf4j.util.iterators.Iterators
Closes the given iterator, swallowing any IOExceptions, if it implements Closeable else do nothing.
comment(String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes a comment.
compareRegion(byte[], int, byte[], int, int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Compares two regions of bytes, indicating whether one is larger than the other.
concat(String...) - Static method in class org.eclipse.rdf4j.common.text.StringUtil
Concatenate a number of Strings.
convert(S) - Method in class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Converts a source type object to a target type object.
convert(Exception) - Method in class org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration
Converts an exception from the underlying iteration to an exception of type X.
convert(Exception) - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
Converts an exception from the underlying iteration to an exception of type X.
convert(S) - Method in class org.eclipse.rdf4j.util.iterators.ConvertingIterator
Converts a source type object to a target type object.
ConvertingIteration<S,T,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
A CloseableIteration that converts an iteration over objects of type S (the source type) to an iteration over objects of type T (the target type).
ConvertingIteration(Iteration<? extends S, ? extends X>) - Constructor for class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Creates a new ConvertingIteration that operates on the supplied source type iteration.
ConvertingIterator<S,T> - Class in org.eclipse.rdf4j.util.iterators
An Iterator that converts an iterator over objects of type S (the source type) to an iterator over objects of type T (the target type).
ConvertingIterator(Iterator<? extends S>) - Constructor for class org.eclipse.rdf4j.util.iterators.ConvertingIterator
Creates a new ConvertingIterator that operates on the supplied source type itertor.
copyFile(File, File) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Copies the contents of file source to file destination.
createDirIfNotExists(File) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Creates a directory if it doesn't exist yet.
createIteration() - Method in class org.eclipse.rdf4j.common.iteration.DelayedIteration
Creates the iteration that should be iterated over.
createTempDir(String) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Creates a new and empty directory in the default temp directory using the given prefix.
createXMLReader() - Static method in class org.eclipse.rdf4j.common.xml.XMLReaderFactory
creates an org.xml.sax.XMLReader object.
createXMLReader(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLReaderFactory
Creates an org.xml.sax.XMLReader object using the supplied name.

D

decodeArray(String) - Static method in class org.eclipse.rdf4j.common.text.StringUtil
Decodes a String generated by encodeArray.
decreaseIndentation() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
 
DelayedIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An iteration that delays the creation of the underlying iteration until it is being accessed.
DelayedIteration() - Constructor for class org.eclipse.rdf4j.common.iteration.DelayedIteration
Creates a new DelayedIteration.
delete() - Method in class org.eclipse.rdf4j.common.io.NioFile
Closed any open channels and then deletes the file.
deleteChildren(File) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Deletes all files and directories in the specified directory.
deleteDir(File) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Deletes the specified diretory and any files and directories in it recursively.
deleteFiles(File) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Deletes all files and directories in the specified directory.
deltree(File) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Deletes the given file and everything under it.
deriveInitialText(String) - Static method in class org.eclipse.rdf4j.common.text.StringUtil
Derives the initial text from the supplied text.
DistinctIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that filters any duplicate elements from an underlying iterator.
DistinctIteration(Iteration<? extends E, ? extends X>) - Constructor for class org.eclipse.rdf4j.common.iteration.DistinctIteration
Creates a new DistinctIterator.
doClose() - Method in class org.eclipse.rdf4j.common.io.UncloseableInputStream
 
DocumentUtil - Class in org.eclipse.rdf4j.common.xml
Utilities to make working with DOM documents easier.
DocumentUtil() - Constructor for class org.eclipse.rdf4j.common.xml.DocumentUtil
 
done() - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
Indicates the method QueueIteration.put(Object) will not be called in the queue anymore.

E

emptyElement(String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes an 'empty' element, e.g.
EmptyIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An iterator that does not contain any elements.
EmptyIteration() - Constructor for class org.eclipse.rdf4j.common.iteration.EmptyIteration
Creates a new EmptyIteration.
EmptyIterator<E> - Class in org.eclipse.rdf4j.util.iterators
An iterator that does not contain any elements.
EmptyIterator() - Constructor for class org.eclipse.rdf4j.util.iterators.EmptyIterator
 
emptyLine() - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes an empty line.
encodeArray(String[]) - Static method in class org.eclipse.rdf4j.common.text.StringUtil
Encodes an array of Strings into a single String than can be decoded to the original array using the corresponding decode method.
endDocument() - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXAdapter
 
endDocument() - Method in interface org.eclipse.rdf4j.common.xml.SimpleSAXListener
Notifies the listener that the parser has finished parsing.
endDocument() - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Finishes writing and flushes the OutputStream or Writer that this XMLWriter is writing to.
endTag(String) - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXAdapter
 
endTag(String) - Method in interface org.eclipse.rdf4j.common.xml.SimpleSAXListener
Reports an end tag to the listener.
endTag(String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes an end tag.
equals(Object) - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Compares FileFormat objects based on their name, ignoring case.
escapeAttributeValue(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Escapes all characters that have a special meaning in XML attribute values -- i.e.
escapeCharacterData(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Escapes any special characters in the supplied text so that it can be included as character data in an XML document.
escapeDoubleQuotedAttValue(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Escapes any special characters in the supplied value so that it can be used as an double-quoted attribute value in an XML document.
escapeSingleQuotedAttValue(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Escapes any special characters in the supplied value so that it can be used as an single-quoted attribute value in an XML document.
escapeText(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Escapes all characters that have a special meaning in XML text -- i.e.
ExceptionConvertingIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
A CloseableIteration that converts an arbitrary iteration to an iteration with exceptions of type X.
ExceptionConvertingIteration(Iteration<? extends E, ? extends Exception>) - Constructor for class org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration
Creates a new ExceptionConvertingIteration that operates on the supplied iteration.
extract(File, File) - Static method in class org.eclipse.rdf4j.common.io.ZipUtil
Extract the contents of a zipfile to a directory.
extract(ZipFile, File) - Static method in class org.eclipse.rdf4j.common.io.ZipUtil
Extract the contents of a zipfile to a directory.

F

FileFormat - Class in org.eclipse.rdf4j.common.lang
Abstract representation of a file format.
FileFormat(String, String, Charset, String) - Constructor for class org.eclipse.rdf4j.common.lang.FileFormat
Creates a new FileFormat object.
FileFormat(String, String, Charset, Collection<String>) - Constructor for class org.eclipse.rdf4j.common.lang.FileFormat
Creates a new FileFormat object.
FileFormat(String, Collection<String>, Charset, Collection<String>) - Constructor for class org.eclipse.rdf4j.common.lang.FileFormat
Creates a new FileFormat object.
FileFormatServiceRegistry<FF extends FileFormat,S> - Class in org.eclipse.rdf4j.common.lang.service
A special ServiceRegistry for FileFormat related services.
FileFormatServiceRegistry(Class<S>) - Constructor for class org.eclipse.rdf4j.common.lang.service.FileFormatServiceRegistry
 
FileUtil - Class in org.eclipse.rdf4j.common.io
Utility methods for operations on Files.
FileUtil() - Constructor for class org.eclipse.rdf4j.common.io.FileUtil
 
FilterIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
A CloseableIteration that wraps another Iteration, applying a filter on the objects that are returned.
FilterIteration(Iteration<? extends E, ? extends X>) - Constructor for class org.eclipse.rdf4j.common.iteration.FilterIteration
 
FilterIterator<E> - Class in org.eclipse.rdf4j.util.iterators
A CloseableIterator that wraps another iterator, applying a filter on the objects that are returned.
FilterIterator(Iterator<? extends E>) - Constructor for class org.eclipse.rdf4j.util.iterators.FilterIterator
 
find(byte[], int, int, byte) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Retrieve a byte from a byte array.
find(byte[], int, int, byte[]) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Look for a sequence of bytes in a byte array.
findURISplitIndex(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Tries to find a point in the supplied URI where this URI can be safely split into a namespace part and a local name.
flush() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
 
force(boolean) - Method in class org.eclipse.rdf4j.common.io.NioFile
Performs a protected FileChannel.force(boolean) call.
forEachRemaining(Consumer<? super T>) - Method in class org.eclipse.rdf4j.common.iteration.IterationSpliterator
 

G

get(byte[], int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Gets the subarray from array that starts at offset.
get(byte[], int, int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Gets the subarray of length length from array that starts at offset.
get(K) - Method in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
Gets the service for the specified key, if any.
get(UUID) - Static method in class org.eclipse.rdf4j.util.NonSerializables
Retrieve the object registered with the supplied key.
getAll() - Method in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
Gets all registered services.
getAllAfter(String, char) - Static method in class org.eclipse.rdf4j.common.text.StringUtil
Returns all text occurring after the specified separator character, or the entire string when the seperator char does not occur.
getAllBefore(String, char) - Static method in class org.eclipse.rdf4j.common.text.StringUtil
Returns all text occurring before the specified separator character, or the entire string when the seperator char does not occur.
getAuthority() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
 
getCharset() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Get the (default) charset for this file format.
getDefaultFileExtension() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Gets the default file name extension for this file format.
getDefaultMIMEType() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Gets the default MIME type for this file format.
getDocument(URL) - Static method in class org.eclipse.rdf4j.common.xml.DocumentUtil
Create a Document representing the XML file at the specified location.
getDocument(URL, boolean, boolean) - Static method in class org.eclipse.rdf4j.common.xml.DocumentUtil
Create a Document representing the XML file at the specified location.
getDocument(URL, Schema) - Static method in class org.eclipse.rdf4j.common.xml.DocumentUtil
Create a Document representing the XML file at the specified location.
getFile() - Method in class org.eclipse.rdf4j.common.io.NioFile
 
getFileExtension(String) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Gets the extension of the specified file name.
getFileExtensions() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Gets the file format's file extensions.
getFileFormatForFileName(String) - Method in class org.eclipse.rdf4j.common.lang.service.FileFormatServiceRegistry
Tries to match the extension of a file name against the list of registred file formats.
getFileFormatForMIMEType(String) - Method in class org.eclipse.rdf4j.common.lang.service.FileFormatServiceRegistry
Tries to match a MIME type against the list of registered file formats.
getFragment() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
 
getImage(String) - Static method in class org.eclipse.rdf4j.common.io.ResourceUtil
Retrieve an image resource
getImageIcon(String) - Static method in class org.eclipse.rdf4j.common.io.ResourceUtil
Retrieve an image icon resource.
getIndentationLevel() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
 
getIndentationString() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
Gets the string used for indentation.
getIndentString() - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Gets the string used for indentation.
getInputStream(String) - Static method in class org.eclipse.rdf4j.common.io.ResourceUtil
Get an inputstream on the specified resource.
getInt(byte[], int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
 
getKey(S) - Method in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
Gets the key for the specified service.
getKey(Object) - Static method in class org.eclipse.rdf4j.util.NonSerializables
Retrieves the registry key for the given object.
getKeys() - Method in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
Gets the set of registered keys.
getListener() - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXParser
Gets the listener that currently will receive any events from this parser.
getLocator() - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXParser
 
getLong(byte[], int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
 
getMIMETypes() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Gets the file format's MIME types.
getName() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Gets the name of this file format.
getNextElement() - Method in class org.eclipse.rdf4j.common.iteration.LookAheadIteration
Gets the next element.
getNextElement() - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
Returns the next item in the queue, which may be null, or throws an exception.
getNextElement() - Method in class org.eclipse.rdf4j.common.iteration.UnionIteration
 
getNextElement() - Method in class org.eclipse.rdf4j.common.iterator.LookAheadIterator
Gets the next element.
getNextElement() - Method in class org.eclipse.rdf4j.common.iterator.UnionIterator
 
getPath() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
 
getProperties(String) - Static method in class org.eclipse.rdf4j.common.io.ResourceUtil
Retrieve a properties resource.
getQuery() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
 
getRelativeFile(File, File) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Gets the relative representations of a file compared to another.
getRelativePath(File, File) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Gets the relative representations of a file compared to another.
getScheme() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
 
getSchemeSpecificPart() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
 
getString(String) - Static method in class org.eclipse.rdf4j.common.io.ResourceUtil
Retrieve the String contents of the specified resource, obtained by opening in inputstream on the resource and then interpreting the bytes contained in the inputstream as if they represented characters.
getURL(String) - Static method in class org.eclipse.rdf4j.common.io.ResourceUtil
The the URL to the specified resource
getURLs(String) - Static method in class org.eclipse.rdf4j.common.io.ResourceUtil
 
getUUID() - Method in interface org.eclipse.rdf4j.util.UUIDable
Returns the UUID of this object.
gsub(String, String, String) - Static method in class org.eclipse.rdf4j.common.text.StringUtil
Substitute String "old" by String "new" in String "text" everywhere.
GZipUtil - Class in org.eclipse.rdf4j.common.io
GZip-related utilities.
GZipUtil() - Constructor for class org.eclipse.rdf4j.common.io.GZipUtil
 

H

handleAlreadyClosed() - Method in class org.eclipse.rdf4j.common.iterator.AbstractCloseableIterator
 
handleAlreadyClosed() - Method in class org.eclipse.rdf4j.common.iterator.LookAheadIterator
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
Called by AbstractCloseableIteration.close() when it is called for the first time.
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Closes this iteration as well as the wrapped iteration if it is a CloseableIteration.
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.DelayedIteration
Closes this iteration as well as the underlying iteration if it has already been created and happens to be a CloseableIteration.
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration
Closes this Iteration as well as the wrapped Iteration if it happens to be a CloseableIteration .
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.FilterIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.IterationWrapper
Closes this Iteration and also closes the wrapped Iteration if it is a CloseableIteration.
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.LookAheadIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.MinusIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.SingletonIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.UnionIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iterator.AbstractCloseableIterator
Called by AbstractCloseableIterator.close() when it is called for the first time.
handleClose() - Method in class org.eclipse.rdf4j.common.iterator.LookAheadIterator
 
handleClose() - Method in class org.eclipse.rdf4j.common.iterator.UnionIterator
 
has(K) - Method in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
Checks whether a service for the specified key is available.
hasCharset() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Checks if the FileFormat has a (default) charset.
hasDefaultFileExtension(String) - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Checks if the specified file name extension matches the FileFormat's default file name extension.
hasDefaultMIMEType(String) - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Checks if the specified MIME type matches the FileFormat's default MIME type.
hasFileExtension(String) - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Checks if the FileFormat's file extension is equal to the specified file extension.
hashCode() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
 
hasMIMEType(String) - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Checks if specified MIME type matches one of the FileFormat's MIME types.
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Checks whether the source type iteration contains more elements.
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.DelayedIteration
Calls the hasNext method of the underlying iteration.
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.EmptyIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration
Checks whether the underlying Iteration contains more elements.
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.FilterIteration
 
hasNext() - Method in interface org.eclipse.rdf4j.common.iteration.Iteration
Returns true if the iteration has more elements.
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.IterationWrapper
Checks whether the wrapped Iteration contains more elements, closing this Iteration when this is not the case.
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.IteratorIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.LimitIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.LookAheadIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.SingletonIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iterator.CloseableIterationIterator
 
hasNext() - Method in class org.eclipse.rdf4j.common.iterator.LookAheadIterator
 
hasNext() - Method in class org.eclipse.rdf4j.util.iterators.ConvertingIterator
Checks whether the source type itertor contains more elements.
hasNext() - Method in class org.eclipse.rdf4j.util.iterators.EmptyIterator
 
hasNext() - Method in class org.eclipse.rdf4j.util.iterators.FilterIterator
 
hasNext() - Method in class org.eclipse.rdf4j.util.iterators.SingletonIterator
 

I

increaseIndentation() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
 
indentationLevel - Variable in class org.eclipse.rdf4j.common.io.IndentingWriter
The current indentation level, i.e.
IndentingWriter - Class in org.eclipse.rdf4j.common.io
A writer that adds indentation to written text.
IndentingWriter(Writer) - Constructor for class org.eclipse.rdf4j.common.io.IndentingWriter
 
inIncludeSet(E) - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
 
IntersectIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that returns the intersection of the results of two Iterations.
IntersectIteration(Iteration<? extends E, ? extends X>, Iteration<? extends E, ? extends X>) - Constructor for class org.eclipse.rdf4j.common.iteration.IntersectIteration
Creates a new IntersectIteration that returns the intersection of the results of two Iterations.
IntersectIteration(Iteration<? extends E, ? extends X>, Iteration<? extends E, ? extends X>, boolean) - Constructor for class org.eclipse.rdf4j.common.iteration.IntersectIteration
Creates a new IntersectIteration that returns the intersection of the results of two Iterations.
IOUtil - Class in org.eclipse.rdf4j.common.io
Utility methods for I/O working with Readers, Writers, InputStreams and OutputStreams.
IOUtil() - Constructor for class org.eclipse.rdf4j.common.io.IOUtil
 
isAbsolute() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
 
isClosed() - Method in class org.eclipse.rdf4j.common.io.NioFile
 
isClosed() - Method in class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
Checks whether this CloseableIteration has been closed.
isClosed() - Method in class org.eclipse.rdf4j.common.iterator.AbstractCloseableIterator
Checks whether this Iterator has been closed.
isCombiningChar(char) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
 
isDigit(char) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
 
isExtender(char) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
 
isGarbageText(String) - Static method in class org.eclipse.rdf4j.common.text.StringUtil
Titles shorter than MIN_TITLE_LENGTH and long titles that don't contain a single space character are considered to be garbage.
isGZipStream(InputStream) - Static method in class org.eclipse.rdf4j.common.io.GZipUtil
 
isHex(int) - Static method in class org.eclipse.rdf4j.common.text.ASCIIUtil
Check whether the supplied character is a Hexadecimal character.
isHierarchical() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
 
isIdeographic(char) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
 
isLegalFileName(String) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Checks whether the specified file name is a legal (DOS/Windows-) file name.
isLegalFileNameChar(char) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Checks whether the specified character is a legal (DOS/Windows-) file name character.
isLetter(int) - Static method in class org.eclipse.rdf4j.common.text.ASCIIUtil
Checks whether the supplied character is a letter.
isLetter(char) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
 
isLetterOrNumber(int) - Static method in class org.eclipse.rdf4j.common.text.ASCIIUtil
Checks whether the supplied character is a letter or number.
isLowerCaseLetter(int) - Static method in class org.eclipse.rdf4j.common.text.ASCIIUtil
Checks whether the supplied character is an lower-case letter.
isNCName(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Checks whether the supplied String is an NCName (Namespace Classified Name) as specified at http://www.w3.org/TR/REC-xml-names/#NT-NCName .
isNCNameChar(char) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
 
isNCNameStartChar(char) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
 
isNumber(int) - Static method in class org.eclipse.rdf4j.common.text.ASCIIUtil
Checks whether the supplied character is a number
isOpaque() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
 
isPreserveWhitespace() - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXParser
Checks whether leading and trailing whitespace characters in text elements are preserved.
isRelative() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
 
isSelfReference() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
Checks whether this URI is a relative URI that references itself (i.e.
isUpperCaseLetter(int) - Static method in class org.eclipse.rdf4j.common.text.ASCIIUtil
Checks whether the supplied character is an upper-case letter.
isValidCharacterDataChar(char) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Returns whether the specified character can appear in XML character data.
isValidCharacterDataChar(int) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Returns whether the specified character can appear in XML character data.
isZipStream(InputStream) - Static method in class org.eclipse.rdf4j.common.io.ZipUtil
 
Iteration<E,X extends Exception> - Interface in org.eclipse.rdf4j.common.iteration
An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.
Iterations - Class in org.eclipse.rdf4j.common.iteration
This class consists exclusively of static methods that operate on or return Iterations.
Iterations() - Constructor for class org.eclipse.rdf4j.common.iteration.Iterations
 
IterationSpliterator<T> - Class in org.eclipse.rdf4j.common.iteration
A Spliterator implementation that wraps an Iteration.
IterationSpliterator(Iteration<T, ? extends Exception>) - Constructor for class org.eclipse.rdf4j.common.iteration.IterationSpliterator
Creates a Spliterator implementation that wraps the supplied Iteration.
IterationWrapper<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
Abstract superclass for Iterations that wrap other Iterations.
IterationWrapper(Iteration<? extends E, ? extends X>) - Constructor for class org.eclipse.rdf4j.common.iteration.IterationWrapper
Creates a new IterationWrapper that operates on the supplied Iteration.
IteratorIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that can convert an Iterator to a Iteration.
IteratorIteration(Iterator<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iteration.IteratorIteration
 
Iterators - Class in org.eclipse.rdf4j.util.iterators
This class consists exclusively of static methods that operate on or return iterators.
Iterators() - Constructor for class org.eclipse.rdf4j.util.iterators.Iterators
 

L

LimitIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that limits the amount of elements that it returns from an underlying Iteration to a fixed amount.
LimitIteration(Iteration<? extends E, X>, long) - Constructor for class org.eclipse.rdf4j.common.iteration.LimitIteration
Creates a new LimitIteration.
loadPomProperties(String, String) - Static method in class org.eclipse.rdf4j.common.io.MavenUtil
Loads the Maven pom.properties for the specified artifact.
loadVersion(String, String, String) - Static method in class org.eclipse.rdf4j.common.io.MavenUtil
Loads the version number from the pom.properties file for the specified artifact.
logger - Variable in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
 
LookAheadIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that looks one element ahead, if necessary, to handle calls to LookAheadIteration.hasNext().
LookAheadIteration() - Constructor for class org.eclipse.rdf4j.common.iteration.LookAheadIteration
 
LookAheadIterator<E> - Class in org.eclipse.rdf4j.common.iterator
 
LookAheadIterator() - Constructor for class org.eclipse.rdf4j.common.iterator.LookAheadIterator
 

M

makeSet() - Method in class org.eclipse.rdf4j.common.iteration.DistinctIteration
 
makeSet() - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
 
matchesPattern(byte[], byte[], byte[]) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Checks whether value matches pattern with respect to the bits specified by mask.
matchFileName(String, Iterable<FF>) - Static method in class org.eclipse.rdf4j.common.lang.FileFormat
Tries to match the specified file name with the file extensions of the supplied file formats.
matchMIMEType(String, Iterable<FF>) - Static method in class org.eclipse.rdf4j.common.lang.FileFormat
Tries to match the specified MIME type with the MIME types of the supplied file formats.
MavenUtil - Class in org.eclipse.rdf4j.common.io
Maven-related utility methods.
MavenUtil() - Constructor for class org.eclipse.rdf4j.common.io.MavenUtil
 
MinusIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that returns the results of an Iteration (the left argument) minus the results of another Iteration (the right argument).
MinusIteration(Iteration<? extends E, X>, Iteration<? extends E, X>) - Constructor for class org.eclipse.rdf4j.common.iteration.MinusIteration
Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.
MinusIteration(Iteration<? extends E, X>, Iteration<? extends E, X>, boolean) - Constructor for class org.eclipse.rdf4j.common.iteration.MinusIteration
Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.
moveRecursive(File, File, Collection<File>) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Moves the given file and all files under it (if it's a directory) to the given location, excluding the given collection of File objects!

N

next() - Method in class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Returns the next element from the source type iteration.
next() - Method in class org.eclipse.rdf4j.common.iteration.DelayedIteration
Calls the next method of the underlying iteration.
next() - Method in class org.eclipse.rdf4j.common.iteration.EmptyIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration
Returns the next element from the wrapped Iteration.
next() - Method in class org.eclipse.rdf4j.common.iteration.FilterIteration
 
next() - Method in interface org.eclipse.rdf4j.common.iteration.Iteration
Returns the next element in the iteration.
next() - Method in class org.eclipse.rdf4j.common.iteration.IterationWrapper
Returns the next element from the wrapped Iteration.
next() - Method in class org.eclipse.rdf4j.common.iteration.IteratorIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.LimitIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.LookAheadIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.SingletonIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
 
next() - Method in class org.eclipse.rdf4j.common.iterator.CloseableIterationIterator
 
next() - Method in class org.eclipse.rdf4j.common.iterator.LookAheadIterator
 
next() - Method in class org.eclipse.rdf4j.util.iterators.ConvertingIterator
Returns the next element from the source type itertor.
next() - Method in class org.eclipse.rdf4j.util.iterators.EmptyIterator
 
next() - Method in class org.eclipse.rdf4j.util.iterators.FilterIterator
 
next() - Method in class org.eclipse.rdf4j.util.iterators.SingletonIterator
 
NioFile - Class in org.eclipse.rdf4j.common.io
File wrapper that protects against concurrent file closing events due to e.g.
NioFile(File) - Constructor for class org.eclipse.rdf4j.common.io.NioFile
 
NioFile(File, String) - Constructor for class org.eclipse.rdf4j.common.io.NioFile
 
NonSerializables - Class in org.eclipse.rdf4j.util
A registry to support (de)serialization of objects (over the lifetime of the VM).
normalize() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
Normalizes the path of this URI if it has one.
nullEquals(Object, Object) - Static method in class org.eclipse.rdf4j.common.lang.ObjectUtil
Compares two objects or null references.
nullHashCode(Object) - Static method in class org.eclipse.rdf4j.common.lang.ObjectUtil
Returns the hash code of the supplied object, or 0 if a null reference is supplied.

O

ObjectUtil - Class in org.eclipse.rdf4j.common.lang
Generic utility methods related to objects.
ObjectUtil() - Constructor for class org.eclipse.rdf4j.common.lang.ObjectUtil
 
OffsetIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that skips the first offset elements from an underlying Iteration.
OffsetIteration(Iteration<? extends E, X>, long) - Constructor for class org.eclipse.rdf4j.common.iteration.OffsetIteration
Creates a new OffsetIteration.
org.eclipse.rdf4j.common.io - package org.eclipse.rdf4j.common.io
 
org.eclipse.rdf4j.common.iteration - package org.eclipse.rdf4j.common.iteration
 
org.eclipse.rdf4j.common.iterator - package org.eclipse.rdf4j.common.iterator
 
org.eclipse.rdf4j.common.lang - package org.eclipse.rdf4j.common.lang
 
org.eclipse.rdf4j.common.lang.service - package org.eclipse.rdf4j.common.lang.service
 
org.eclipse.rdf4j.common.net - package org.eclipse.rdf4j.common.net
 
org.eclipse.rdf4j.common.text - package org.eclipse.rdf4j.common.text
 
org.eclipse.rdf4j.common.xml - package org.eclipse.rdf4j.common.xml
 
org.eclipse.rdf4j.util - package org.eclipse.rdf4j.util
 
org.eclipse.rdf4j.util.iterators - package org.eclipse.rdf4j.util.iterators
 
out - Variable in class org.eclipse.rdf4j.common.io.IndentingWriter
The underlying writer.

P

parse(File) - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXParser
Parses the content of the supplied File as XML.
parse(InputStream) - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXParser
Parses the content of the supplied InputStream as XML.
parse(Reader) - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXParser
Parses the content of the supplied Reader as XML.
parse(InputSource) - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXParser
Parses the content of the supplied InputSource as XML.
ParsedURI - Class in org.eclipse.rdf4j.common.net
A replacement for Java's own URI: java.net.URI.
ParsedURI(String) - Constructor for class org.eclipse.rdf4j.common.net.ParsedURI
 
ParsedURI(String, String, String) - Constructor for class org.eclipse.rdf4j.common.net.ParsedURI
 
ParsedURI(String, String, String, String, String) - Constructor for class org.eclipse.rdf4j.common.net.ParsedURI
 
prettyPrintEnabled() - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Checks whether pretty-printing is enabled.
put(byte[], byte[], int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Puts the entire source array in the target array at offset offset.
put(E) - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
Adds another item to the queue, blocking while the queue is full.
putInt(int, byte[], int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
 
putLong(long, byte[], int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
 

Q

QueueIteration<E,T extends Exception> - Class in org.eclipse.rdf4j.common.iteration
Makes working with a queue easier by adding the methods QueueIteration.done() and QueueIteration.toss(Exception) and after converting the Exception to the required type using QueueIteration.convert(Exception).
QueueIteration(int) - Constructor for class org.eclipse.rdf4j.common.iteration.QueueIteration
Creates an QueueIteration with the given (fixed) capacity and default access policy.
QueueIteration(int, boolean) - Constructor for class org.eclipse.rdf4j.common.iteration.QueueIteration
Creates an QueueIteration with the given (fixed) capacity and the specified access policy.
QueueIteration(BlockingQueue<E>) - Constructor for class org.eclipse.rdf4j.common.iteration.QueueIteration
Creates an QueueIteration with the given BlockingQueue as its backing queue.
It may not be threadsafe to modify or access the given BlockingQueue from other locations.

R

read(ByteBuffer, long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Performs a protected FileChannel.read(ByteBuffer, long) call.
readByte(long) - Method in class org.eclipse.rdf4j.common.io.NioFile
 
readBytes(File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Reads all bytes from the specified file and returns them as a byte array.
readBytes(InputStream) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Reads all bytes from the supplied input stream and returns them as a byte array.
readBytes(InputStream, int) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Reads at most maxBytes bytes from the supplied input stream and returns them as a byte array.
readBytes(InputStream, byte[]) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Fills the supplied byte array with bytes read from the specified InputStream.
readBytes(long, int) - Method in class org.eclipse.rdf4j.common.io.NioFile
 
readChars(URL) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
 
readChars(Reader) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Reads all characters from the supplied reader and returns them.
readChars(Reader, char[]) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Fills the supplied character array with characters read from the specified Reader.
readInt(long) - Method in class org.eclipse.rdf4j.common.io.NioFile
 
readLong(long) - Method in class org.eclipse.rdf4j.common.io.NioFile
 
readProperties(File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read properties from the specified file.
readProperties(File, Properties) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read properties from the specified file.
readProperties(InputStream) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read properties from the specified InputStream.
readProperties(InputStream, Properties) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read properties from the specified InputStream.
readString(File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read the contents as a string from the given file.
readString(URL) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
 
readString(InputStream) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
 
readString(Reader) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Reads all characters from the supplied reader and returns them as a String.
readString(Reader, int) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Reads a string of at most length maxChars from the supplied Reader.
ReducedIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
Removes consecutive duplicates from the object stream.
ReducedIteration(Iteration<? extends E, ? extends X>) - Constructor for class org.eclipse.rdf4j.common.iteration.ReducedIteration
 
regionMatches(byte[], byte[], int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Checks whether subValue matches the region in superValue starting at offset offset.
register(Object) - Static method in class org.eclipse.rdf4j.util.NonSerializables
Add an object to the registry and returns the registry key.
remove() - Method in class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
 
remove() - Method in class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Calls remove() on the underlying Iteration.
remove() - Method in class org.eclipse.rdf4j.common.iteration.DelayedIteration
Calls the remove method of the underlying iteration.
remove() - Method in class org.eclipse.rdf4j.common.iteration.EmptyIteration
 
remove() - Method in class org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration
Calls remove() on the underlying Iteration.
remove() - Method in interface org.eclipse.rdf4j.common.iteration.Iteration
Removes from the underlying collection the last element returned by the iteration (optional operation).
remove() - Method in class org.eclipse.rdf4j.common.iteration.IterationWrapper
Removes the last element that has been returned from the wrapped Iteration.
remove() - Method in class org.eclipse.rdf4j.common.iteration.IteratorIteration
 
remove() - Method in class org.eclipse.rdf4j.common.iteration.LookAheadIteration
remove() - Method in class org.eclipse.rdf4j.common.iteration.SingletonIteration
 
remove() - Method in class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
 
remove() - Method in class org.eclipse.rdf4j.common.iterator.CloseableIterationIterator
 
remove() - Method in class org.eclipse.rdf4j.common.iterator.LookAheadIterator
remove(S) - Method in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
Removes a service from the registry.
remove() - Method in class org.eclipse.rdf4j.util.iterators.ConvertingIterator
Calls remove() on the underlying itertor.
remove() - Method in class org.eclipse.rdf4j.util.iterators.EmptyIterator
 
remove() - Method in class org.eclipse.rdf4j.util.iterators.FilterIterator
 
remove() - Method in class org.eclipse.rdf4j.util.iterators.SingletonIterator
 
removeFromIncludeSet(E) - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
 
removeInvalidCharacterDataChars(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Removes all non-valid XML character data chars from the specified String.
resolve(String) - Method in class org.eclipse.rdf4j.common.net.ParsedURI
Resolves a relative URI using this URI as the base URI.
resolve(ParsedURI) - Method in class org.eclipse.rdf4j.common.net.ParsedURI
Resolves a relative URI using this URI as the base URI.
resolveEntities(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Replaces all XML character entities with the character they represent.
resolveEntity(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Resolves an entity reference or character reference to its value.
resourceToFile(String, File) - Static method in class org.eclipse.rdf4j.common.io.ResourceUtil
Store a resource to a file on the file system.
ResourceUtil - Class in org.eclipse.rdf4j.common.io
ResourceUtil is a utility class for retrieving resources (images, property-files, etc) from the classpath.
ResourceUtil() - Constructor for class org.eclipse.rdf4j.common.io.ResourceUtil
 

S

ServiceRegistry<K,S> - Class in org.eclipse.rdf4j.common.lang.service
A registry that stores services by some key.
ServiceRegistry(Class<S>) - Constructor for class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
 
services - Variable in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
 
setAttribute(String, String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Sets an attribute for the next start tag.
setAttribute(String, int) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Sets an attribute for the next start element.
setAttribute(String, boolean) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Sets an attribute for the next start element.
setIndentationLevel(int) - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
 
setIndentationString(String) - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
Sets the string that should be used for indentation.
setIndentString(String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Sets the string that should be used for indentation when pretty-printing is enabled.
setIterator(Iterator<? extends E>) - Method in class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
 
setListener(SimpleSAXListener) - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXParser
Sets the (new) listener that should receive any events from this parser.
setPreserveWhitespace(boolean) - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXParser
Sets whether leading and trailing whitespace characters in text elements should be preserved.
setPrettyPrint(boolean) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Enables or disables pretty-printing.
SimpleSAXAdapter - Class in org.eclipse.rdf4j.common.xml
An implementation of SimpleSAXListener providing dummy implementations for all its methods.
SimpleSAXAdapter() - Constructor for class org.eclipse.rdf4j.common.xml.SimpleSAXAdapter
 
SimpleSAXListener - Interface in org.eclipse.rdf4j.common.xml
A listener for events reported by SimpleSAXParser.
SimpleSAXParser - Class in org.eclipse.rdf4j.common.xml
An XML parser that generates "simple" SAX-like events from a limited subset of XML documents.
SimpleSAXParser(XMLReader) - Constructor for class org.eclipse.rdf4j.common.xml.SimpleSAXParser
Creates a new SimpleSAXParser that will use the supplied XMLReader for parsing the XML.
SimpleSAXParser() - Constructor for class org.eclipse.rdf4j.common.xml.SimpleSAXParser
Creates a new SimpleSAXParser that will try to create a new XMLReader using info.aduna.xml.XMLReaderFactory for parsing the XML.
SingletonIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that contains exactly one element.
SingletonIteration(E) - Constructor for class org.eclipse.rdf4j.common.iteration.SingletonIteration
Creates a new EmptyIteration.
SingletonIterator<E> - Class in org.eclipse.rdf4j.util.iterators
An iterator that contains exactly one element.
SingletonIterator(E) - Constructor for class org.eclipse.rdf4j.util.iterators.SingletonIterator
Creates a new EmptyIterator.
size() - Method in class org.eclipse.rdf4j.common.io.NioFile
Performs a protected FileChannel.size() call.
startDocument() - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXAdapter
 
startDocument() - Method in interface org.eclipse.rdf4j.common.xml.SimpleSAXListener
Notifies the listener that the parser has started parsing.
startDocument() - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes the XML header for the XML file.
startTag(String, Map<String, String>, String) - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXAdapter
 
startTag(String, Map<String, String>, String) - Method in interface org.eclipse.rdf4j.common.xml.SimpleSAXListener
Reports a start tag to the listener.
startTag(String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes a start tag containing the previously set attributes.
stream(Iteration<T, ? extends Exception>) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Get a sequential Stream with the supplied Iteration as its source.
StringUtil - Class in org.eclipse.rdf4j.common.text
 
StringUtil() - Constructor for class org.eclipse.rdf4j.common.text.StringUtil
 

T

text(String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes a piece of text.
textElement(String, String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes a start and end tag with the supplied text between them.
textElement(String, int) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes a start and end tag with the supplied value between them.
textElement(String, boolean) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes a start and end tag with the supplied boolean value between them.
throwInterruptedException() - Method in class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
If the iteration is interrupted by its time limit, this method is called to generate and throw the appropriate exception.
TimeLimitIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
 
TimeLimitIteration(Iteration<? extends E, ? extends X>, long) - Constructor for class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
 
toBitSet(byte[]) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
 
toByteArray(BitSet) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
 
toHexString(byte[]) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Returns the hexadecimal value of the supplied byte array.
toss(Exception) - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
The next time LookAheadIteration.next() is called this exception will be thrown.
toString(Iteration<?, X>, String) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Converts an Iteration to a string by concatenating all of the string representations of objects in the Iteration, divided by a separator.
toString(Iteration<?, X>, String, StringBuilder) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Converts an Iteration to a string by concatenating all of the string representations of objects in the Iteration, divided by a separator.
toString() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
 
toString() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
 
toString(Iterator<?>, String) - Static method in class org.eclipse.rdf4j.util.iterators.Iterators
Converts an iterator to a string by concatenating all of the string representations of objects in the iterator, divided by a separator.
toString(Iterator<?>, String, StringBuilder) - Static method in class org.eclipse.rdf4j.util.iterators.Iterators
Converts an iterator to a string by concatenating all of the string representations of objects in the iterator, divided by a separator.
transfer(InputStream, OutputStream) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Transfers all bytes that can be read from in to out.
transfer(InputStream, File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Writes all bytes from an InputStream to a file.
transfer(Reader, Writer) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Transfers all characters that can be read from in to out .
transfer(Reader, File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Writes all characters from a Reader to a file using the default character encoding.
transferTo(long, long, WritableByteChannel) - Method in class org.eclipse.rdf4j.common.io.NioFile
trimDoubleQuotes(String) - Static method in class org.eclipse.rdf4j.common.text.StringUtil
Removes the double quote from the start and end of the supplied string if it starts and ends with this character.
truncate(long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Performs a protected FileChannel.truncate(long) call.
tryAdvance(Consumer<? super T>) - Method in class org.eclipse.rdf4j.common.iteration.IterationSpliterator
 

U

UncloseableInputStream - Class in org.eclipse.rdf4j.common.io
A wrapper for an input stream to avoid allowing libraries to close input streams unexpectedly using the UncloseableInputStream.close() method.
UncloseableInputStream(InputStream) - Constructor for class org.eclipse.rdf4j.common.io.UncloseableInputStream
 
unescapedTextElement(String, String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes a start and end tag with the supplied text between them, without the usual escape rules.
UnionIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that returns the bag union of the results of a number of Iterations.
UnionIteration(Iteration<? extends E, X>...) - Constructor for class org.eclipse.rdf4j.common.iteration.UnionIteration
Creates a new UnionIteration that returns the bag union of the results of a number of Iterations.
UnionIteration(Iterable<? extends Iteration<? extends E, X>>) - Constructor for class org.eclipse.rdf4j.common.iteration.UnionIteration
Creates a new UnionIteration that returns the bag union of the results of a number of Iterations.
UnionIterator<E> - Class in org.eclipse.rdf4j.common.iterator
 
UnionIterator(Iterable<? extends E>...) - Constructor for class org.eclipse.rdf4j.common.iterator.UnionIterator
Creates a new UnionIterator that returns the bag union of the results of a number of Iterators.
UnionIterator(Iterable<? extends Iterable<? extends E>>) - Constructor for class org.eclipse.rdf4j.common.iterator.UnionIterator
 
urlToReader(URL) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
 
UUIDable - Interface in org.eclipse.rdf4j.util
Interface for any object that has a UUID.

W

wrappedIter - Variable in class org.eclipse.rdf4j.common.iteration.IterationWrapper
Deprecated.
This will be changed to private, possibly with an accessor in future. Do not rely on it.
write(char[], int, int) - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
 
write(ByteBuffer, long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Performs a protected FileChannel.write(ByteBuffer, long) call.
writeByte(byte, long) - Method in class org.eclipse.rdf4j.common.io.NioFile
 
writeBytes(byte[], File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
 
writeBytes(byte[], OutputStream) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
 
writeBytes(byte[], long) - Method in class org.eclipse.rdf4j.common.io.NioFile
 
writeEntry(ZipFile, ZipEntry, File) - Static method in class org.eclipse.rdf4j.common.io.ZipUtil
Write an entry to a zip file.
writeEOL() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
Writes an end-of-line character sequence and triggers the indentation for the text written on the next line.
writeInt(int, long) - Method in class org.eclipse.rdf4j.common.io.NioFile
 
writeLong(long, long) - Method in class org.eclipse.rdf4j.common.io.NioFile
 
writeProperties(Properties, File, boolean) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Write the specified properties to the specified file.
writeProperties(Properties, OutputStream, boolean) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Write the specified properties to the specified output stream.
writeStream(InputStream, File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Writes all data that can be read from the supplied InputStream to the specified file.
writeString(String, File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
 
writeStylesheet(String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes a link to an XSL stylesheet, using <?xml-stylesheet type='text/xsl' href='url'?>.

X

XERCES_SAXPARSER - Static variable in class org.eclipse.rdf4j.common.xml.XMLReaderFactory
 
XMLReaderFactory - Class in org.eclipse.rdf4j.common.xml
Factory class for creating an XMLReader.
XMLReaderFactory() - Constructor for class org.eclipse.rdf4j.common.xml.XMLReaderFactory
 
XMLUtil - Class in org.eclipse.rdf4j.common.xml
Utility methods for handling and processing XML data.
XMLUtil() - Constructor for class org.eclipse.rdf4j.common.xml.XMLUtil
 
XMLWriter - Class in org.eclipse.rdf4j.common.xml
A utility class offering convenience methods for writing XML.
XMLWriter(Writer) - Constructor for class org.eclipse.rdf4j.common.xml.XMLWriter
Creates a new XMLWriter that will write its data to the supplied Writer.
XMLWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.common.xml.XMLWriter
Creates a new XMLWriter that will write its data to the supplied OutputStream in the default UTF-8 character encoding.
XMLWriter(OutputStream, String) - Constructor for class org.eclipse.rdf4j.common.xml.XMLWriter
Creates a new XMLWriter that will write its data to the supplied OutputStream in specified character encoding.

Z

ZipUtil - Class in org.eclipse.rdf4j.common.io
Zip-related utilities.
ZipUtil() - Constructor for class org.eclipse.rdf4j.common.io.ZipUtil
 

_

_createXMLReader(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLReaderFactory
 
_indentLevel - Variable in class org.eclipse.rdf4j.common.xml.XMLWriter
The current indentation level, i.e.
_write(String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes a string.
_writeIndent() - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes as much indentation strings as appropriate for the current indentation level.
_writeLn(String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes a string followed by a line-separator.
A B C D E F G H I L M N O P Q R S T U W X Z _ 
Skip navigation links

Copyright © 2015-2017 Eclipse Foundation. All Rights Reserved.