- accept(T) - Method in class org.apache.jena.atlas.iterator.ActionCount
-
- accept(X, X, X) - Method in interface org.apache.jena.atlas.lib.tuple.TConsumer3
-
- accept(X, X, X, X) - Method in interface org.apache.jena.atlas.lib.tuple.TConsumer4
-
- acceptAdditional(T) - Method in class org.apache.jena.atlas.iterator.FilterStack
-
Additional filter condition to apply
- access(int, int, int) - Static method in class org.apache.jena.atlas.lib.BitsInt
-
Get the bits from start (inclusive) to finish (exclusive),
leaving them aligned in the int.
- access(long, int, int) - Static method in class org.apache.jena.atlas.lib.BitsLong
-
Get the bits from start (inclusive) to finish (exclusive),
leaving them aligned in the long.
- AccString<T> - Class in org.apache.jena.atlas.iterator
-
- AccString(String) - Constructor for class org.apache.jena.atlas.iterator.AccString
-
- AccString() - Constructor for class org.apache.jena.atlas.iterator.AccString
-
- accumulate(T) - Method in class org.apache.jena.atlas.iterator.AccString
-
- Accumulate<T,R> - Interface in org.apache.jena.atlas.iterator
-
- accumulate(T) - Method in interface org.apache.jena.atlas.iterator.Accumulate
-
- ActionCount<T> - Class in org.apache.jena.atlas.iterator
-
- ActionCount() - Constructor for class org.apache.jena.atlas.iterator.ActionCount
-
- add(Iterator<T>) - Method in class org.apache.jena.atlas.iterator.IteratorConcat
-
- add(Runnable, long) - Method in class org.apache.jena.atlas.lib.AlarmClock
-
Add a task to be called after a delay (in milliseconds)
- add(T) - Method in class org.apache.jena.atlas.lib.cache.CacheSetImpl
-
- add(T) - Method in class org.apache.jena.atlas.lib.cache.CacheSetSync
-
- add(T) - Method in class org.apache.jena.atlas.lib.cache.CacheSetWrapper
-
- add(T) - Method in interface org.apache.jena.atlas.lib.CacheSet
-
- add(K, T) - Method in class org.apache.jena.atlas.lib.RefCountingMap
-
Add a key value pair to the map.
- add(String, T) - Method in class org.apache.jena.atlas.lib.Trie
-
Adds a value to the trie overwriting any existing value
- addClass(Class<?>) - Method in class org.apache.jena.atlas.lib.Version
-
Add a class to the version information
- adler32(byte[]) - Static method in class org.apache.jena.atlas.lib.Lib
-
Faster than CRC32, nearly as good.
- advance() - Method in interface org.apache.jena.atlas.io.CharStream
-
- advance() - Method in class org.apache.jena.atlas.io.CharStreamBasic
-
- advance() - Method in class org.apache.jena.atlas.io.CharStreamBuffered
-
- advance() - Method in class org.apache.jena.atlas.io.CharStreamReader
-
- advance() - Method in class org.apache.jena.atlas.io.CharStreamSequence
-
- advance() - Method in class org.apache.jena.atlas.io.InputStreamBuffered
-
- advance() - Method in class org.apache.jena.atlas.io.InStreamASCII
-
- advance() - Method in class org.apache.jena.atlas.io.InStreamUTF8
-
Next codepoint, given the first byte of any UTF-8 byte sequence is already known.
- advance(InputStreamBuffered) - Static method in class org.apache.jena.atlas.io.InStreamUTF8
-
Next codepoint
- Alarm - Class in org.apache.jena.atlas.lib
-
An Alarm set by AlarmClock
- AlarmClock - Class in org.apache.jena.atlas.lib
-
An AlarmClock is an object that will make a callback (with a value) at a
preset time.
- Alg - Class in org.apache.jena.atlas.lib
-
- Alg() - Constructor for class org.apache.jena.atlas.lib.Alg
-
- alloc(Class<T>, int) - Static method in class org.apache.jena.atlas.lib.ArrayUtils
-
Allocate an array of generic type T (initialized to null)
- allocDecoder() - Static method in class org.apache.jena.atlas.lib.Chars
-
Allocate a CharsetDecoder, creating as necessary
- allocEncoder() - Static method in class org.apache.jena.atlas.lib.Chars
-
Allocate a CharsetEncoder, creating as necessary
- allowArray - Static variable in class org.apache.jena.atlas.lib.ByteBufferLib
-
- append(String, Object...) - Method in class org.apache.jena.atlas.io.IndentedLineBuffer
-
- append(char) - Method in class org.apache.jena.atlas.io.IndentedLineBuffer
-
- append(Iterator<? extends T>, Iterator<? extends T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Join two iterators.
- append(Iterator<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Join on an Iterator..
- apply(Iterator<? extends T>, Consumer<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Act on elements of an iterator.
- apply(Consumer<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Apply an action to every element of an iterator
- apply(BiFunction<X, X, S>, Function<T, X>) - Method in class org.apache.jena.atlas.lib.PairOfSameType
-
- apply(X, X, X) - Method in interface org.apache.jena.atlas.lib.tuple.TFunction3
-
- apply(X, X, X, X) - Method in interface org.apache.jena.atlas.lib.tuple.TFunction4
-
- ArrayUtils - Class in org.apache.jena.atlas.lib
-
Collection of array-related operations
- asArray(Class<X>) - Method in interface org.apache.jena.atlas.lib.tuple.Tuple
-
Copy the elements of this Tuple into a newly created array
- asASCII(InputStream) - Static method in class org.apache.jena.atlas.io.IO
-
Create a unbuffered reader that uses ASCII encoding
- asASCII(OutputStream) - Static method in class org.apache.jena.atlas.io.IO
-
Create a writer that uses ASCII encoding
- asBufferedUTF8(InputStream) - Static method in class org.apache.jena.atlas.io.IO
-
Create an buffered reader that uses UTF-8 encoding
- asBufferedUTF8(OutputStream) - Static method in class org.apache.jena.atlas.io.IO
-
Create a writer that uses UTF-8 encoding and is buffered.
- asHex(byte[]) - Static method in class org.apache.jena.atlas.lib.Bytes
-
Return a hex string representing the bytes, zero padded to length of byte
array.
- asHex(byte[], int, int, char[]) - Static method in class org.apache.jena.atlas.lib.Bytes
-
- asHex(byte) - Static method in class org.apache.jena.atlas.lib.Bytes
-
Return a hex string representing the bytes, zero padded to length of byte array.
- asHexLC(byte[]) - Static method in class org.apache.jena.atlas.lib.Bytes
-
- asHexLC(byte) - Static method in class org.apache.jena.atlas.lib.Bytes
-
- asHexUC(byte[]) - Static method in class org.apache.jena.atlas.lib.Bytes
-
- asHexUC(byte) - Static method in class org.apache.jena.atlas.lib.Bytes
-
- asList(int...) - Static method in class org.apache.jena.atlas.lib.ListUtils
-
- asList() - Method in interface org.apache.jena.atlas.lib.tuple.Tuple
-
Convert to a List
- asMap() - Method in interface org.apache.jena.atlas.lib.persistent.PersistentMap
-
An immutable view of this as a
Map.
- asMap() - Method in class org.apache.jena.atlas.lib.persistent.PMap
-
- asPrintWriterUTF8(OutputStream) - Static method in class org.apache.jena.atlas.io.IO
-
Create a print writer that uses UTF-8 encoding
- asSet() - Method in interface org.apache.jena.atlas.lib.persistent.PersistentSet
-
An immutable view of this as a java.util.Set.
- asSet() - Method in class org.apache.jena.atlas.lib.persistent.PSet
-
- asStream(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- asStream(Iterator<T>, boolean) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- asString() - Method in class org.apache.jena.atlas.io.IndentedLineBuffer
-
- asString(Iterable<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- asString(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- asString(Iterable<T>, String) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- asString(Iterator<T>, String) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- asString(Iterable<T>, AccString<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- asString(Iterator<T>, AccString<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- asString() - Method in class org.apache.jena.atlas.iterator.Iter
-
- asString(String) - Method in class org.apache.jena.atlas.iterator.Iter
-
- asTuple(X[]) - Static method in class org.apache.jena.atlas.lib.tuple.TupleFactory
-
Treat an array as a Tuple.
- asUTF8(InputStream) - Static method in class org.apache.jena.atlas.io.IO
-
Create an unbuffered reader that uses UTF-8 encoding
- asUTF8(OutputStream) - Static method in class org.apache.jena.atlas.io.IO
-
Create a writer that uses UTF-8 encoding
- asUTF8bytes(String) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
- AtlasException - Exception in org.apache.jena.atlas
-
- AtlasException() - Constructor for exception org.apache.jena.atlas.AtlasException
-
- AtlasException(String) - Constructor for exception org.apache.jena.atlas.AtlasException
-
- AtlasException(Throwable) - Constructor for exception org.apache.jena.atlas.AtlasException
-
- AtlasException(String, Throwable) - Constructor for exception org.apache.jena.atlas.AtlasException
-
- atLineStart() - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- AWriter - Interface in org.apache.jena.atlas.io
-
Simple abstraction of a string/character output stream
- AWriterBase - Class in org.apache.jena.atlas.io
-
Simple abstraction of a string/character output stream
- AWriterBase() - Constructor for class org.apache.jena.atlas.io.AWriterBase
-
- Cache<Key,Value> - Interface in org.apache.jena.atlas.lib
-
A cache
- Cache0<K,V> - Class in org.apache.jena.atlas.lib.cache
-
A cache that keeps nothing
- Cache0() - Constructor for class org.apache.jena.atlas.lib.cache.Cache0
-
- Cache1<K,V> - Class in org.apache.jena.atlas.lib.cache
-
A one-slot cache.
- Cache1() - Constructor for class org.apache.jena.atlas.lib.cache.Cache1
-
- CacheFactory - Class in org.apache.jena.atlas.lib
-
- CacheFactory() - Constructor for class org.apache.jena.atlas.lib.CacheFactory
-
- CacheGuava<K,V> - Class in org.apache.jena.atlas.lib.cache
-
Wrapper around a shaded com.google.common.cache
- CacheGuava(int) - Constructor for class org.apache.jena.atlas.lib.cache.CacheGuava
-
- CacheInfo - Class in org.apache.jena.atlas.lib.cache
-
Simplified version of Guava's CacheStats (and abstracting away from Guava cache implementation)
- CacheInfo(int, CacheStats) - Constructor for class org.apache.jena.atlas.lib.cache.CacheInfo
-
- CacheInfo(int, long, long, long, double) - Constructor for class org.apache.jena.atlas.lib.cache.CacheInfo
-
- CacheSet<T> - Interface in org.apache.jena.atlas.lib
-
- CacheSetImpl<T> - Class in org.apache.jena.atlas.lib.cache
-
Cache set
- CacheSetImpl(Cache<T, Object>) - Constructor for class org.apache.jena.atlas.lib.cache.CacheSetImpl
-
- CacheSetSync<T> - Class in org.apache.jena.atlas.lib.cache
-
- CacheSetSync(CacheSet<T>) - Constructor for class org.apache.jena.atlas.lib.cache.CacheSetSync
-
- CacheSetWrapper<T> - Class in org.apache.jena.atlas.lib.cache
-
- CacheSetWrapper(CacheSet<T>) - Constructor for class org.apache.jena.atlas.lib.cache.CacheSetWrapper
-
- CacheSimple<K,V> - Class in org.apache.jena.atlas.lib.cache
-
A simple fixed size cache that uses the hash code to address a slot.
- CacheSimple(int) - Constructor for class org.apache.jena.atlas.lib.cache.CacheSimple
-
- cacheSize - Variable in class org.apache.jena.atlas.lib.cache.CacheInfo
-
- CacheWrapper<Key,T> - Class in org.apache.jena.atlas.lib.cache
-
- CacheWrapper(Cache<Key, T>) - Constructor for class org.apache.jena.atlas.lib.cache.CacheWrapper
-
- calendarToXSDDateString(Calendar) - Static method in class org.apache.jena.atlas.lib.DateTimeUtils
-
- calendarToXSDDateTimeString(Calendar) - Static method in class org.apache.jena.atlas.lib.DateTimeUtils
-
- calendarToXSDTimeString(Calendar) - Static method in class org.apache.jena.atlas.lib.DateTimeUtils
-
- Callback<T> - Interface in org.apache.jena.atlas.lib
-
Deprecated.
- cancel(Alarm) - Method in class org.apache.jena.atlas.lib.AlarmClock
-
Cancel a task
- car() - Method in class org.apache.jena.atlas.lib.Pair
-
- cdr() - Method in class org.apache.jena.atlas.lib.Pair
-
- CH_AMPHERSAND - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_AT - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_COLON - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_COMMA - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_DASH - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_DOT - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_EQUALS - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_GT - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_HASH - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_LBRACE - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_LBRACKET - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_LPAREN - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_LT - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_MINUS - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_PERCENT - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_PLUS - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_QMARK - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_QUOTE1 - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_QUOTE2 - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_RBRACE - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_RBRACKET - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_RPAREN - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_RSLASH - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_SEMICOLON - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_SLASH - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_STAR - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_UNDERSCORE - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_VBAR - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CH_ZERO - Static variable in class org.apache.jena.atlas.lib.Chars
-
- characteristics() - Method in interface org.apache.jena.atlas.lib.IdentityFinishCollector
-
- characteristics() - Method in interface org.apache.jena.atlas.lib.IdentityFinishCollector.ConcurrentUnorderedIdentityFinishCollector
-
- characteristics() - Method in interface org.apache.jena.atlas.lib.IdentityFinishCollector.UnorderedIdentityFinishCollector
-
- charInArray(int, char[]) - Static method in class org.apache.jena.atlas.lib.Chars
-
Is char in the array?
- Chars - Class in org.apache.jena.atlas.lib
-
- charsetASCII - Static variable in class org.apache.jena.atlas.lib.Chars
-
- charsetUTF8 - Static variable in class org.apache.jena.atlas.lib.Chars
-
- CharSpace - Enum in org.apache.jena.atlas.lib
-
rather write 'true' or 'false', use this enum
- CharStream - Interface in org.apache.jena.atlas.io
-
A simplified reader interface without IOExceptions.
- CharStreamBasic - Class in org.apache.jena.atlas.io
-
A PeekReaderSource that does no buffering - just wraps a reader.
- CharStreamBuffered - Class in org.apache.jena.atlas.io
-
Buffering reader without the (hidden) sync overhead in BufferedReader
- CharStreamBuffered(Reader) - Constructor for class org.apache.jena.atlas.io.CharStreamBuffered
-
- CharStreamBuffered(Reader, int) - Constructor for class org.apache.jena.atlas.io.CharStreamBuffered
-
- CharStreamReader - Class in org.apache.jena.atlas.io
-
Machinary to add Reader functionality to a CharStream
- CharStreamReader() - Constructor for class org.apache.jena.atlas.io.CharStreamReader
-
- CharStreamSequence - Class in org.apache.jena.atlas.io
-
- CharStreamSequence(CharSequence) - Constructor for class org.apache.jena.atlas.io.CharStreamSequence
-
- checkMetadata(Properties, String, String) - Method in class org.apache.jena.atlas.lib.PropertyUtils
-
Check property has the value given - throw exception if not.
- checkOrSetProperty(Properties, String, String) - Method in class org.apache.jena.atlas.lib.PropertyUtils
-
Check property is an expected value or set if missing
- chooseClassLoader() - Static method in class org.apache.jena.atlas.lib.SystemUtils
-
- chop(String) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
- className(Object) - Static method in class org.apache.jena.atlas.lib.Lib
-
Safely return the class short name for an object -- obj.getClass().getSimpleName()
- classShortName(Class<?>) - Static method in class org.apache.jena.atlas.lib.Lib
-
Safely return the class short name for a class
- clear() - Method in class org.apache.jena.atlas.io.IndentedLineBuffer
-
- clear(int, int, int) - Static method in class org.apache.jena.atlas.lib.BitsInt
-
Clear the bits specified.
- clear(long, int, int) - Static method in class org.apache.jena.atlas.lib.BitsLong
-
Clear the bits specified.
- clear() - Method in class org.apache.jena.atlas.lib.cache.Cache0
-
- clear() - Method in class org.apache.jena.atlas.lib.cache.Cache1
-
- clear() - Method in class org.apache.jena.atlas.lib.cache.CacheGuava
-
- clear() - Method in class org.apache.jena.atlas.lib.cache.CacheSetImpl
-
- clear() - Method in class org.apache.jena.atlas.lib.cache.CacheSetSync
-
- clear() - Method in class org.apache.jena.atlas.lib.cache.CacheSetWrapper
-
- clear() - Method in class org.apache.jena.atlas.lib.cache.CacheSimple
-
- clear() - Method in class org.apache.jena.atlas.lib.cache.CacheWrapper
-
- clear() - Method in interface org.apache.jena.atlas.lib.Cache
-
- clear() - Method in interface org.apache.jena.atlas.lib.CacheSet
-
- clear() - Method in class org.apache.jena.atlas.lib.RefCountingMap
-
Clear the map of all keys regardless of reference counts.
- clear() - Method in class org.apache.jena.atlas.lib.Registry
-
- clear() - Method in class org.apache.jena.atlas.lib.Trie
-
Clear the Trie completely.
- clearAll(String) - Static method in class org.apache.jena.atlas.lib.FileOps
-
Delete all files and directories (recursively) in a directory
- clearAll(File) - Static method in class org.apache.jena.atlas.lib.FileOps
-
Delete all files and directories (recursively) in a directory
- clearDirectory(String) - Static method in class org.apache.jena.atlas.lib.FileOps
-
Delete all files in a directory
- clone(IndentedWriter) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
Create an independent copy of the IndentedWriter.
- close() - Method in interface org.apache.jena.atlas.io.AWriter
-
- close() - Method in class org.apache.jena.atlas.io.BufferingWriter
-
- close() - Method in class org.apache.jena.atlas.io.CharStreamReader
-
- close() - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- close() - Method in class org.apache.jena.atlas.io.InputStreamBuffered
-
- close() - Method in class org.apache.jena.atlas.io.InStreamASCII
-
- close() - Method in class org.apache.jena.atlas.io.InStreamUTF8
-
- close(Closeable) - Static method in class org.apache.jena.atlas.io.IO
-
- close(Closeable) - Static method in class org.apache.jena.atlas.io.IO
-
- close(AWriter) - Static method in class org.apache.jena.atlas.io.IO
-
- close(IndentedWriter) - Static method in class org.apache.jena.atlas.io.IO
-
- close() - Method in class org.apache.jena.atlas.io.OutStreamUTF8
-
- close() - Method in class org.apache.jena.atlas.io.PeekInputStream
-
- close() - Method in class org.apache.jena.atlas.io.PeekReader
-
- close() - Method in class org.apache.jena.atlas.io.Writer2
-
- close(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- close() - Method in class org.apache.jena.atlas.iterator.IteratorDelayedInitialization
-
- close() - Method in class org.apache.jena.atlas.iterator.IteratorResourceClosing
-
- close() - Method in class org.apache.jena.atlas.iterator.IteratorSlotted
-
- close() - Method in class org.apache.jena.atlas.iterator.RepeatApplyIterator
-
- close() - Method in interface org.apache.jena.atlas.lib.Closeable
-
- close() - Method in class org.apache.jena.atlas.lib.SinkLogging
-
- close() - Method in class org.apache.jena.atlas.lib.SinkNull
-
- close() - Method in class org.apache.jena.atlas.lib.SinkPrint
-
- close() - Method in class org.apache.jena.atlas.lib.SinkSplit
-
- close() - Method in class org.apache.jena.atlas.lib.SinkToCollection
-
- close() - Method in class org.apache.jena.atlas.lib.SinkToQueue
-
- close() - Method in class org.apache.jena.atlas.lib.SinkWrapper
-
- Closeable - Interface in org.apache.jena.atlas.lib
-
Close this object.
- closeSilent(Closeable) - Static method in class org.apache.jena.atlas.io.IO
-
- closeSilent(Closeable) - Static method in class org.apache.jena.atlas.io.IO
-
- closeSilent(AWriter) - Static method in class org.apache.jena.atlas.io.IO
-
- closeSilent(IndentedWriter) - Static method in class org.apache.jena.atlas.io.IO
-
- closeStream() - Method in interface org.apache.jena.atlas.io.CharStream
-
Close the stream - different name from java.io.Reader.close
- closeStream() - Method in class org.apache.jena.atlas.io.CharStreamBasic
-
- closeStream() - Method in class org.apache.jena.atlas.io.CharStreamBuffered
-
- closeStream() - Method in class org.apache.jena.atlas.io.CharStreamReader
-
- closeStream() - Method in class org.apache.jena.atlas.io.CharStreamSequence
-
- closeStream() - Method in class org.apache.jena.atlas.io.InStreamASCII
-
- closeStream() - Method in class org.apache.jena.atlas.io.InStreamUTF8
-
- CMP_EQUAL - Static variable in class org.apache.jena.atlas.lib.StrUtils
-
- CMP_GREATER - Static variable in class org.apache.jena.atlas.lib.StrUtils
-
- CMP_INDETERMINATE - Static variable in class org.apache.jena.atlas.lib.StrUtils
-
- CMP_LESS - Static variable in class org.apache.jena.atlas.lib.StrUtils
-
- CMP_UNEQUAL - Static variable in class org.apache.jena.atlas.lib.StrUtils
-
- CollectionUtils - Class in org.apache.jena.atlas.lib
-
- CollectionUtils() - Constructor for class org.apache.jena.atlas.lib.CollectionUtils
-
- compare(byte[], byte[]) - Static method in class org.apache.jena.atlas.lib.Bytes
-
Compare two byte arrays which may be of different lengths
- compareByte(byte, byte) - Static method in class org.apache.jena.atlas.lib.Bytes
-
- concat(Iter<T>, Iter<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
An Iter of 2 Iter's
- concat(Iterator<T>, Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
An Iterator of 2 Iterator's.
- concat(Iterator<T>, Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.IteratorConcat
-
Usually, it is better to create an IteratorConcat explicitly and add iterator if there are going to be many.
- concurrentHashSet() - Static method in class org.apache.jena.atlas.lib.Lib
-
"ConcurrentHashSet"
- concurrentHashSet() - Static method in class org.apache.jena.atlas.lib.SetUtils
-
"ConcurrentHashSet"
- ConsoleHandlerStdout - Class in org.apache.jena.atlas.logging.java
-
Deprecated.
- ConsoleHandlerStdout() - Constructor for class org.apache.jena.atlas.logging.java.ConsoleHandlerStdout
-
Deprecated.
- ConsoleHandlerStream - Class in org.apache.jena.atlas.logging.java
-
- ConsoleHandlerStream() - Constructor for class org.apache.jena.atlas.logging.java.ConsoleHandlerStream
-
- ConsoleHandlerStream(OutputStream) - Constructor for class org.apache.jena.atlas.logging.java.ConsoleHandlerStream
-
- consume(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Consume the iterator
- contains(T) - Method in class org.apache.jena.atlas.lib.cache.CacheSetImpl
-
- contains(T) - Method in class org.apache.jena.atlas.lib.cache.CacheSetSync
-
- contains(T) - Method in class org.apache.jena.atlas.lib.cache.CacheSetWrapper
-
- contains(T) - Method in interface org.apache.jena.atlas.lib.CacheSet
-
- contains(E) - Method in interface org.apache.jena.atlas.lib.persistent.PersistentSet
-
- contains(E) - Method in class org.apache.jena.atlas.lib.persistent.PSet
-
- contains(K) - Method in class org.apache.jena.atlas.lib.RefCountingMap
-
- contains(String, String) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
Does one string contain another string?
- contains(String) - Method in class org.apache.jena.atlas.lib.Trie
-
Gets whether a key exists in the trie and has a non-null value mapped to
it
- contains(String, boolean) - Method in class org.apache.jena.atlas.lib.Trie
-
Gets whether a key exists in the trie and meets the given value criteria
- contains(String, T) - Method in class org.apache.jena.atlas.lib.Trie
-
Gets whether a key value pair are present in the trie
- containsKey(K) - Method in class org.apache.jena.atlas.lib.cache.Cache0
-
- containsKey(K) - Method in class org.apache.jena.atlas.lib.cache.Cache1
-
- containsKey(K) - Method in class org.apache.jena.atlas.lib.cache.CacheGuava
-
- containsKey(K) - Method in class org.apache.jena.atlas.lib.cache.CacheSimple
-
- containsKey(Key) - Method in class org.apache.jena.atlas.lib.cache.CacheWrapper
-
- containsKey(Key) - Method in interface org.apache.jena.atlas.lib.Cache
-
Does the cache contain the key?
- containsKey(K) - Method in class org.apache.jena.atlas.lib.Map2
-
- containsKey(K) - Method in interface org.apache.jena.atlas.lib.persistent.PersistentMap
-
- containsKey(K) - Method in class org.apache.jena.atlas.lib.persistent.PMap
-
- containsKey(Object) - Method in class org.apache.jena.atlas.lib.RefCountingMap
-
- containsNonASCII(String) - Static method in class org.apache.jena.atlas.lib.IRILib
-
- copy(T[]) - Static method in class org.apache.jena.atlas.lib.ArrayUtils
-
Allocation space and copy
- copy(T[], int, int) - Static method in class org.apache.jena.atlas.lib.ArrayUtils
-
Allocation space and copy
- copyFile(File, File) - Static method in class org.apache.jena.atlas.lib.FileOps
-
Copy a file
- copyInto(X[]) - Method in interface org.apache.jena.atlas.lib.tuple.Tuple
-
Copy the elements of this Tuple into the array
- copyInto(X[], int) - Method in interface org.apache.jena.atlas.lib.tuple.Tuple
-
Copy the elements of this Tuple into the array
- copyInto(X[], int, int) - Method in interface org.apache.jena.atlas.lib.tuple.Tuple
-
Copy the elements of this Tuple into the array
- copyOf(byte[]) - Static method in class org.apache.jena.atlas.lib.Bytes
-
- copyOf(byte[], int) - Static method in class org.apache.jena.atlas.lib.Bytes
-
- copyOf(byte[], int, int) - Static method in class org.apache.jena.atlas.lib.Bytes
-
- count(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Count the iterator (this is destructive on the iterator)
- count() - Method in class org.apache.jena.atlas.iterator.Iter
-
Count the iterator (this is destructive on the iterator)
- CR - Static variable in class org.apache.jena.atlas.lib.Chars
-
- crc32(byte[]) - Static method in class org.apache.jena.atlas.lib.Lib
-
- create(Iterator<? extends X>, Iterator<? extends X>) - Static method in class org.apache.jena.atlas.iterator.IteratorCons
-
- create(PeekIterator<T>) - Static method in class org.apache.jena.atlas.iterator.PeekIterator
-
- create(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.PeekIterator
-
- create(T) - Static method in class org.apache.jena.atlas.iterator.SingletonIterator
-
- create() - Method in interface org.apache.jena.atlas.lib.Creator
-
Return a fresh instance
- create(L, R) - Static method in class org.apache.jena.atlas.lib.Pair
-
- create(Pool<T>) - Static method in class org.apache.jena.atlas.lib.PoolSync
-
- create(Logger, String, long, int) - Static method in class org.apache.jena.atlas.lib.ProgressMonitor
-
ProgressMonitor that outputs to a Logger
- create() - Static method in class org.apache.jena.atlas.lib.SinkNull
-
- create(X[]) - Static method in class org.apache.jena.atlas.lib.tuple.TupleFactory
-
Create a Tuple from an array
- create(List<X>) - Static method in class org.apache.jena.atlas.lib.tuple.TupleFactory
-
Create a Tuple from a list
- create(String, String) - Static method in class org.apache.jena.atlas.lib.tuple.TupleMap
-
Construct a mapping that maps the input (one col, one char) to the output
- create(String, String, String) - Static method in class org.apache.jena.atlas.lib.tuple.TupleMap
-
Construct a mapping, with label, that maps the input (one col, one char) to the output
- create(String, List<T>, List<T>) - Static method in class org.apache.jena.atlas.lib.tuple.TupleMap
-
Construct a mapping that maps the input to the output
- create(String, T[], T[]) - Static method in class org.apache.jena.atlas.lib.tuple.TupleMap
-
Construct a mapping that maps the input to the output
- create(X...) - Static method in class org.apache.jena.atlas.lib.tuple.TupleN
-
Create a TupleN - safely copy the input
- create0() - Static method in class org.apache.jena.atlas.lib.tuple.TupleFactory
-
Create a Tuple of length 0
- create1(X) - Static method in class org.apache.jena.atlas.lib.tuple.TupleFactory
-
Create a Tuple of length 1
- create2(X, X) - Static method in class org.apache.jena.atlas.lib.tuple.TupleFactory
-
Create a Tuple of length 2
- create3(X, X, X) - Static method in class org.apache.jena.atlas.lib.tuple.TupleFactory
-
Create a Tuple of length 3
- create4(X, X, X, X) - Static method in class org.apache.jena.atlas.lib.tuple.TupleFactory
-
Create a Tuple of length 4
- create5(X, X, X, X, X) - Static method in class org.apache.jena.atlas.lib.tuple.TupleFactory
-
Create a Tuple of length 5
- create6(X, X, X, X, X, X) - Static method in class org.apache.jena.atlas.lib.tuple.TupleFactory
-
Create a Tuple of length 6
- create7(X, X, X, X, X, X, X) - Static method in class org.apache.jena.atlas.lib.tuple.TupleFactory
-
Create a Tuple of length 7
- create8(X, X, X, X, X, X, X, X) - Static method in class org.apache.jena.atlas.lib.tuple.TupleFactory
-
Create a Tuple of length 8
- createCache(int) - Static method in class org.apache.jena.atlas.lib.CacheFactory
-
Create a cache which has space for up to a certain number of objects.
- createCacheSet(int) - Static method in class org.apache.jena.atlas.lib.CacheFactory
-
Create set-cache, rather than a map-cache.
- createDecoder() - Static method in class org.apache.jena.atlas.lib.Chars
-
Create a UTF-8 decoder
- createEncoder() - Static method in class org.apache.jena.atlas.lib.Chars
-
Create a UTF-8 encoder
- createNullCache() - Static method in class org.apache.jena.atlas.lib.CacheFactory
-
Create a null cache
- createOneSlotCache() - Static method in class org.apache.jena.atlas.lib.CacheFactory
-
One slot cache
- createSimpleCache(int) - Static method in class org.apache.jena.atlas.lib.CacheFactory
-
Create a lightweight cache (e.g.
- createSync(CacheSet<Obj>) - Static method in class org.apache.jena.atlas.lib.CacheFactory
-
Add a synchronization wrapper to an existing set-cache
- Creator<T> - Interface in org.apache.jena.atlas.lib
-
Represents a creator of things.
- currentSize() - Method in class org.apache.jena.atlas.iterator.IteratorWithBuffer
-
Return the current size of the lookahead.
- currentSize() - Method in class org.apache.jena.atlas.iterator.IteratorWithHistory
-
Return the current size of the history.
- DateTimeUtils - Class in org.apache.jena.atlas.lib
-
- DateTimeUtils() - Constructor for class org.apache.jena.atlas.lib.DateTimeUtils
-
- deallocDecoder(CharsetDecoder) - Static method in class org.apache.jena.atlas.lib.Chars
-
Deallocate a CharsetDecoder, may increase pool size
- deallocEncoder(CharsetEncoder) - Static method in class org.apache.jena.atlas.lib.Chars
-
Deallocate a CharsetEncoder, may increase pool size
- debug(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Print an iterator to stdout, return a copy of the iterator.
- debug(PrintStream, Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Print an iterator, return a copy of the iterator.
- debug(Logger, String, Object...) - Static method in class org.apache.jena.atlas.logging.FmtLog
-
- debug(Logger, Throwable, String, Object...) - Static method in class org.apache.jena.atlas.logging.FmtLog
-
- debug(Class<?>, String, Object...) - Static method in class org.apache.jena.atlas.logging.FmtLog
-
- debug(Class<?>, Throwable, String, Object...) - Static method in class org.apache.jena.atlas.logging.FmtLog
-
- debug(String, String) - Static method in class org.apache.jena.atlas.logging.Log
-
- debug(Object, String) - Static method in class org.apache.jena.atlas.logging.Log
-
- debug(Class<?>, String) - Static method in class org.apache.jena.atlas.logging.Log
-
- debug(Object, String, Throwable) - Static method in class org.apache.jena.atlas.logging.Log
-
- debug(Class<?>, String, Throwable) - Static method in class org.apache.jena.atlas.logging.Log
-
- decIndent() - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- decIndent(int) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- decode(byte[]) - Static method in class org.apache.jena.atlas.io.InStreamUTF8
-
- decode(String) - Static method in class org.apache.jena.atlas.lib.IRILib
-
- decodeHex(String, char) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
Decode a string using marked hex values e.g.
- decodeIndex(int) - Static method in class org.apache.jena.atlas.lib.Alg
-
- delete(String) - Static method in class org.apache.jena.atlas.lib.FileOps
-
Delete a file
- delete(File, boolean) - Static method in class org.apache.jena.atlas.lib.FileOps
-
- deleteAll(Path) - Static method in class org.apache.jena.atlas.io.IO
-
Delete everything from a Path start point, including the path itself.
- deleteSilent(String) - Static method in class org.apache.jena.atlas.lib.FileOps
-
- details(ByteBuffer) - Static method in class org.apache.jena.atlas.lib.ByteBufferLib
-
- DFT_BUFSIZE - Static variable in class org.apache.jena.atlas.io.InputStreamBuffered
-
- difference(Set<? extends T>, Set<? extends T>) - Static method in class org.apache.jena.atlas.lib.SetUtils
-
- digits10 - Static variable in class org.apache.jena.atlas.lib.Chars
-
- disable(Logger) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Turn on a logger (all levels).
- disable(String) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Turn on a logger (all levels).
- disable(Class<?>) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Turn on a logger (all levels).
- distinct(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Return an iterator that will see each element of the underlying iterator only once.
- distinct() - Method in class org.apache.jena.atlas.iterator.Iter
-
Return an {:@code Iter} that will see each element of the underlying iterator only once.
- distinctAdjacent(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Remove adjacent duplicates.
- distinctAdjacent() - Method in class org.apache.jena.atlas.iterator.Iter
-
Remove adjacent duplicates.
- dropUntil(Iterator<T>, Predicate<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Create an iterator such that elements from the front until
a predicate test become true are dropped then return all remaining elements
are iterated over.
- dropUntil(Predicate<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Create an Iter such that elements from the front until
a predicate test become true are dropped then return all remaining elements
are iterated over.
- dropWhile(Iterator<T>, Predicate<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Create an iterator such that elements from the front while
a predicate test become true are dropped then return all remaining elements
are iterated over.
- dropWhile(Predicate<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Create an Iter such that elements from the front while
a predicate test become true are dropped then return all remaining elements
are iterated over.
- duplicate(ByteBuffer) - Static method in class org.apache.jena.atlas.lib.ByteBufferLib
-
Copy of a ByteBuffer - the contents are copied (unlike
ByteBuffer.duplicate)
- either(Function<T, Boolean>) - Method in class org.apache.jena.atlas.lib.PairOfSameType
-
- element() - Method in class org.apache.jena.atlas.iterator.PeekIterator
-
Peek the next element or throw NoSuchElementException
- empty() - Static method in interface org.apache.jena.atlas.lib.persistent.PersistentSet
-
- empty() - Static method in class org.apache.jena.atlas.lib.persistent.PSet
-
- enable(Logger) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Turn on a logger (all levels).
- enable(String) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
- enable(Class<?>) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Turn on a logger (all levels).
- encodeAsHex(StringBuilder, char, char) - Static method in class org.apache.jena.atlas.lib.Chars
-
- encodeFileURL(String) - Static method in class org.apache.jena.atlas.lib.IRILib
-
Encode using the rules for a file: URL.
- encodeHex(String, char, char[]) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
Encode a string using hex values e.g.
- encodeIndex(int) - Static method in class org.apache.jena.atlas.lib.Alg
-
- encodeNonASCII(String) - Static method in class org.apache.jena.atlas.lib.IRILib
-
- encodeUriComponent(String) - Static method in class org.apache.jena.atlas.lib.IRILib
-
Encode using the rules for a component (e.g.
- encodeUriPath(String) - Static method in class org.apache.jena.atlas.lib.IRILib
-
Encode using the rules for a path (e.g.
- endTimer() - Method in class org.apache.jena.atlas.lib.Timer
-
Stop timing and return the elapsed time in milliseconds
- ensureDir(String) - Static method in class org.apache.jena.atlas.lib.FileOps
-
Ensure a directory exists
- ensurePropertySet(Properties, String, String) - Method in class org.apache.jena.atlas.lib.PropertyUtils
-
Set property if not already set.
- ensureStartOfLine() - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- entryStream() - Method in interface org.apache.jena.atlas.lib.persistent.PersistentMap
-
- entryStream() - Method in class org.apache.jena.atlas.lib.persistent.PMap
-
- EOF - Static variable in class org.apache.jena.atlas.io.IO
-
- eof() - Method in class org.apache.jena.atlas.io.PeekInputStream
-
- eof() - Method in class org.apache.jena.atlas.io.PeekReader
-
- EOF - Static variable in class org.apache.jena.atlas.lib.Chars
-
End of file - not a Unicode codepoint
- equal(T, T) - Static method in class org.apache.jena.atlas.lib.Lib
-
- equals(Object) - Method in class org.apache.jena.atlas.lib.Pair
-
- equalsIgnoreCase(String, String) - Static method in class org.apache.jena.atlas.lib.Lib
-
Return true if obj1 and obj are both null or are .equals, else return false
- equalsListAsSet(List<T>, List<T>) - Static method in class org.apache.jena.atlas.lib.Lib
-
Do two lists have the same elements?
- equalsUnordered(List<T>, List<T>) - Static method in class org.apache.jena.atlas.lib.ListUtils
-
Compare two lists, same elements, order of the lists may be different, elements
must have the same cardinality.
- error(Logger, String, Object...) - Static method in class org.apache.jena.atlas.logging.FmtLog
-
- error(Logger, Throwable, String, Object...) - Static method in class org.apache.jena.atlas.logging.FmtLog
-
- error(Class<?>, String, Object...) - Static method in class org.apache.jena.atlas.logging.FmtLog
-
- error(Class<?>, Throwable, String, Object...) - Static method in class org.apache.jena.atlas.logging.FmtLog
-
- error(Object, String) - Static method in class org.apache.jena.atlas.logging.Log
-
- error(Class<?>, String) - Static method in class org.apache.jena.atlas.logging.Log
-
- error(Object, String, Throwable) - Static method in class org.apache.jena.atlas.logging.Log
-
- error(Class<?>, String, Throwable) - Static method in class org.apache.jena.atlas.logging.Log
-
- error(String, String) - Static method in class org.apache.jena.atlas.logging.Log
-
- EscapeStr - Class in org.apache.jena.atlas.lib
-
String escape utilities
- EscapeStr() - Constructor for class org.apache.jena.atlas.lib.EscapeStr
-
- escapeString(String) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
- eval(Y, X) - Method in interface org.apache.jena.atlas.iterator.Iter.Folder
-
- every(Iterator<? extends T>, Predicate<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Return true if every element of stream passes the filter (reads the
stream until the first element not passing the filter)
- every(Predicate<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Return true if every element satisfies a predicate
- exception(String) - Static method in class org.apache.jena.atlas.io.IO
-
Throw a RuntimeIOException - this function is guaranteed not to return normally
- exception(IOException) - Static method in class org.apache.jena.atlas.io.IO
-
Throw a RuntimeIOException - this function is guaranteed not to return normally
- exception(String, IOException) - Static method in class org.apache.jena.atlas.io.IO
-
Throw a RuntimeIOException - this function is guaranteed not to return normally
- exists(String) - Static method in class org.apache.jena.atlas.lib.FileOps
-
Test for existence
- existsAnyFiles(String) - Static method in class org.apache.jena.atlas.lib.FileOps
-
See if there are any files in this directory
- extension(String) - Static method in class org.apache.jena.atlas.lib.FileOps
-
Return the extension (or "")
- fatal(Object, String) - Static method in class org.apache.jena.atlas.logging.Log
-
- fatal(Class<?>, String) - Static method in class org.apache.jena.atlas.logging.Log
-
- fatal(Object, String, Throwable) - Static method in class org.apache.jena.atlas.logging.Log
-
- fatal(Class<?>, String, Throwable) - Static method in class org.apache.jena.atlas.logging.Log
-
- fatal(String, String) - Static method in class org.apache.jena.atlas.logging.Log
-
- filenameNoCompression(String) - Static method in class org.apache.jena.atlas.io.IO
-
The filename without any compression extension, or the original filename.
- filenameToIRI(String) - Static method in class org.apache.jena.atlas.lib.IRILib
-
Create a string that is a IRI for the filename.
- FileOps - Class in org.apache.jena.atlas.lib
-
A library of utility operations on files and the filing system
- fileToIRI(File) - Static method in class org.apache.jena.atlas.lib.IRILib
-
Return a string that is an IRI for the filename.
- fill(ByteBuffer, byte) - Static method in class org.apache.jena.atlas.lib.ByteBufferLib
-
- fill(ByteBuffer, int, int, byte) - Static method in class org.apache.jena.atlas.lib.ByteBufferLib
-
- filter(Iterator<? extends T>, Predicate<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- filter(Predicate<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Filter by predicate
- FilterDistinctAdjacent<T> - Class in org.apache.jena.atlas.iterator
-
- FilterDistinctAdjacent() - Constructor for class org.apache.jena.atlas.iterator.FilterDistinctAdjacent
-
- FilterStack<T> - Class in org.apache.jena.atlas.iterator
-
Add a filter to a chain - the original filter is called after this new sub-filter.
- FilterStack(Predicate<T>) - Constructor for class org.apache.jena.atlas.iterator.FilterStack
-
- FilterStack(Predicate<T>, boolean) - Constructor for class org.apache.jena.atlas.iterator.FilterStack
-
- FilterUnique<T> - Class in org.apache.jena.atlas.iterator
-
- FilterUnique() - Constructor for class org.apache.jena.atlas.iterator.FilterUnique
-
- finish() - Method in class org.apache.jena.atlas.iterator.AccString
-
- finish() - Method in interface org.apache.jena.atlas.iterator.Accumulate
-
- finish() - Method in class org.apache.jena.atlas.lib.ProgressMonitor
-
- finisher() - Method in interface org.apache.jena.atlas.lib.IdentityFinishCollector
-
- finishMessage() - Method in class org.apache.jena.atlas.lib.ProgressMonitor
-
- first(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Return the first element of an iterator or null if no such element.
- first(Iterator<T>, Predicate<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Skip to the first element meeting a condition and return that element.
- first(Collection<T>, Predicate<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- first() - Method in class org.apache.jena.atlas.iterator.Iter
-
- first(Predicate<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Skip to the first element meeting a condition and return that element.
- firstIndex(Iterator<T>, Predicate<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Skip to the first element meeting a condition and return that element's index (zero-based).
- firstIndex(Collection<T>, Predicate<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- firstIndex(Predicate<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Skip to the first element meeting a condition and return that element's index (zero-based).
- FlatFormatter - Class in org.apache.jena.atlas.logging.java
-
Very simple formatter - just the log message.
- FlatFormatter() - Constructor for class org.apache.jena.atlas.logging.java.FlatFormatter
-
- FlatFormatter(boolean) - Constructor for class org.apache.jena.atlas.logging.java.FlatFormatter
-
- FlatHandler - Class in org.apache.jena.atlas.logging.java
-
A handler and formatter for unadorned output to stdout.
- FlatHandler() - Constructor for class org.apache.jena.atlas.logging.java.FlatHandler
-
- flatMap(Iterator<T>, Function<T, Iterator<R>>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Apply a function to every element of an iterator, to produce possibly multiple mapping each time.
- flatMap(Function<T, Iterator<R>>) - Method in class org.apache.jena.atlas.iterator.Iter
-
FlatMap each element using given function of element to iterator of mapped elements.s
- flatten(BiFunction<K, V, Stream<R>>) - Method in interface org.apache.jena.atlas.lib.persistent.PersistentMap
-
Sends this map's entries through a flattening function.
- flush() - Method in interface org.apache.jena.atlas.io.AWriter
-
- flush() - Method in class org.apache.jena.atlas.io.BufferingWriter
-
- flush() - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- flush(OutputStream) - Static method in class org.apache.jena.atlas.io.IO
-
- flush(Writer) - Static method in class org.apache.jena.atlas.io.IO
-
- flush(AWriter) - Static method in class org.apache.jena.atlas.io.IO
-
- flush() - Method in class org.apache.jena.atlas.io.OutStreamUTF8
-
- flush() - Method in class org.apache.jena.atlas.io.Writer2
-
- flush() - Method in interface org.apache.jena.atlas.lib.Sink
-
- flush() - Method in class org.apache.jena.atlas.lib.SinkLogging
-
- flush() - Method in class org.apache.jena.atlas.lib.SinkNull
-
- flush() - Method in class org.apache.jena.atlas.lib.SinkPrint
-
- flush() - Method in class org.apache.jena.atlas.lib.SinkSplit
-
- flush() - Method in class org.apache.jena.atlas.lib.SinkToCollection
-
- flush() - Method in class org.apache.jena.atlas.lib.SinkToQueue
-
- flush() - Method in class org.apache.jena.atlas.lib.SinkWrapper
-
- FmtLog - Class in org.apache.jena.atlas.logging
-
Logging with String.format (which can be a expensive)
The formatting operations are not designed specifically for performance,
but they do delay forming strings for output
until it is know that a log message is actually
required by level setting.
- FmtLog() - Constructor for class org.apache.jena.atlas.logging.FmtLog
-
- foldLeft(Iterable<? extends T>, Iter.Folder<T, R>, R) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- foldLeft(Iterator<? extends T>, Iter.Folder<T, R>, R) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- foldRight(Iterable<? extends T>, Iter.Folder<T, R>, R) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- foldRight(Iterator<? extends T>, Iter.Folder<T, R>, R) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- forEach(Consumer<T>) - Method in class org.apache.jena.atlas.lib.PairOfSameType
-
- forEach(BiConsumer<K, T>) - Method in class org.apache.jena.atlas.lib.Registry
-
- forEach(Consumer<? super X>) - Method in interface org.apache.jena.atlas.lib.tuple.Tuple
-
forEach
- format(LogRecord) - Method in class org.apache.jena.atlas.logging.java.FlatFormatter
-
- format(LogRecord) - Method in class org.apache.jena.atlas.logging.java.TextFormatter
-
- formatInt(StringBuilder, int) - Static method in class org.apache.jena.atlas.lib.NumberUtils
-
Fast, but basic, integer to StringBuilder
- formatInt(StringBuilder, int, int) - Static method in class org.apache.jena.atlas.lib.NumberUtils
-
Place a fixed width representation of a non-negative int into the string buffer
- formatInt(StringBuilder, int, int, boolean) - Static method in class org.apache.jena.atlas.lib.NumberUtils
-
Format an integer, which may be signed
- formatSignedInt(StringBuilder, int) - Static method in class org.apache.jena.atlas.lib.NumberUtils
-
Fast, but basic, integer to StringBuilder : always signed
- formatSignedInt(StringBuilder, int, int) - Static method in class org.apache.jena.atlas.lib.NumberUtils
-
Place a fixed width representation into the string buffer : always signed.
- formatUnsignedInt(StringBuilder, int, int) - Static method in class org.apache.jena.atlas.lib.NumberUtils
-
Place a fixed width representation into the string buffer : never signed.
- formatUnsignedLongHex(byte[], int, long, int) - Static method in class org.apache.jena.atlas.lib.Hex
-
- fromByteBuffer(ByteBuffer) - Static method in class org.apache.jena.atlas.lib.Bytes
-
Decode a string into a ByteBuffer
- fromByteBuffer(ByteBuffer, CharsetDecoder) - Static method in class org.apache.jena.atlas.lib.Bytes
-
Decode a string into a ByteBuffer
- fromChars(CharBuffer, ByteBuffer) - Static method in class org.apache.jena.atlas.io.BlockUTF8
-
Convert characters to UTF-8 bytes in the ByteBuffer.
- fromChars(CharSequence, ByteBuffer) - Static method in class org.apache.jena.atlas.io.BlockUTF8
-
- fromUTF8bytes(byte[]) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
- fullDirectoryPath(String) - Static method in class org.apache.jena.atlas.lib.FileOps
-
- fullPath(String) - Static method in class org.apache.jena.atlas.lib.FileOps
-
- future - Variable in class org.apache.jena.atlas.lib.Alarm
-
- get() - Method in class org.apache.jena.atlas.iterator.AccString
-
- get() - Method in interface org.apache.jena.atlas.iterator.Accumulate
-
- get() - Static method in class org.apache.jena.atlas.lib.AlarmClock
-
Global singleton for general use
- get(K) - Method in class org.apache.jena.atlas.lib.Map2
-
- get(K) - Method in interface org.apache.jena.atlas.lib.persistent.PersistentMap
-
- get(K) - Method in class org.apache.jena.atlas.lib.persistent.PMap
-
- get() - Method in interface org.apache.jena.atlas.lib.Pool
-
Get an item from the pool - return null if the pool is empty
- get() - Method in class org.apache.jena.atlas.lib.PoolBase
-
Get an item from the pool - return null if the pool is empty
- get() - Method in class org.apache.jena.atlas.lib.PoolSync
-
- get(Object) - Method in class org.apache.jena.atlas.lib.RefCountingMap
-
Return the value associated with a key in the map.
- get(K) - Method in class org.apache.jena.atlas.lib.Registry
-
- get(String) - Method in class org.apache.jena.atlas.lib.Trie
-
Gets the value associated with a key
- get(int) - Method in interface org.apache.jena.atlas.lib.tuple.Tuple
-
Get the i'th element, for i in the range 0 to len()-1
- get(int) - Method in class org.apache.jena.atlas.lib.tuple.Tuple0
-
- get(int) - Method in class org.apache.jena.atlas.lib.tuple.Tuple1
-
- get(int) - Method in class org.apache.jena.atlas.lib.tuple.Tuple2
-
- get(int) - Method in class org.apache.jena.atlas.lib.tuple.Tuple3
-
- get(int) - Method in class org.apache.jena.atlas.lib.tuple.Tuple4
-
- get(int) - Method in class org.apache.jena.atlas.lib.tuple.Tuple5
-
- get(int) - Method in class org.apache.jena.atlas.lib.tuple.Tuple6
-
- get(int) - Method in class org.apache.jena.atlas.lib.tuple.Tuple7
-
- get(int) - Method in class org.apache.jena.atlas.lib.tuple.Tuple8
-
- get(int) - Method in class org.apache.jena.atlas.lib.tuple.TupleN
-
- getAbsoluteIndent() - Method in class org.apache.jena.atlas.io.IndentedWriter
-
Get indent from the left hand edge
- getBuffer() - Method in class org.apache.jena.atlas.io.IndentedLineBuffer
-
- getCol() - Method in class org.apache.jena.atlas.io.IndentedWriter
-
Get the absolute column.
- getColNum() - Method in class org.apache.jena.atlas.io.PeekInputStream
-
- getColNum() - Method in class org.apache.jena.atlas.io.PeekReader
-
- getCount() - Method in class org.apache.jena.atlas.iterator.ActionCount
-
- getCount() - Method in class org.apache.jena.atlas.lib.SinkCounting
-
- getCurrentOffset() - Method in class org.apache.jena.atlas.io.IndentedWriter
-
Position past current indent
- getDecoder() - Static method in class org.apache.jena.atlas.lib.Chars
-
Get a UTF-8 decoder from the pool (null if pool empty)
- getEncoder() - Static method in class org.apache.jena.atlas.lib.Chars
-
Get a UTF-8 encoder from the pool (null if pool empty)
- getEndOfLineMarker() - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- getFlushOnNewline() - Method in class org.apache.jena.atlas.io.IndentedWriter
-
Flush on newline
- getIfPresent(K) - Method in class org.apache.jena.atlas.lib.cache.Cache0
-
- getIfPresent(K) - Method in class org.apache.jena.atlas.lib.cache.Cache1
-
- getIfPresent(K) - Method in class org.apache.jena.atlas.lib.cache.CacheGuava
-
- getIfPresent(K) - Method in class org.apache.jena.atlas.lib.cache.CacheSimple
-
- getIfPresent(Key) - Method in class org.apache.jena.atlas.lib.cache.CacheWrapper
-
- getIfPresent(Key) - Method in interface org.apache.jena.atlas.lib.Cache
-
Get from cache - or return null.
- getInput() - Method in class org.apache.jena.atlas.io.PeekInputStream
-
- getInt(byte[]) - Static method in class org.apache.jena.atlas.lib.Bytes
-
Get an int from a byte array (network order)
- getInt(byte[], int) - Static method in class org.apache.jena.atlas.lib.Bytes
-
Get an int from a byte array (network order)
- getLabel() - Method in class org.apache.jena.atlas.lib.tuple.TupleMap
-
- getLeft() - Method in class org.apache.jena.atlas.lib.Pair
-
- getLineNum() - Method in class org.apache.jena.atlas.io.PeekInputStream
-
- getLineNum() - Method in class org.apache.jena.atlas.io.PeekReader
-
- getLinePrefix() - Method in class org.apache.jena.atlas.io.IndentedWriter
-
Initial string printed at the start of each line : defaults to no string.
- getLong(byte[]) - Static method in class org.apache.jena.atlas.lib.Bytes
-
Get a long from a byte array (network order)
- getLong(byte[], int) - Static method in class org.apache.jena.atlas.lib.Bytes
-
Get a long from a byte array (network order)
- getLong(byte[], int) - Static method in class org.apache.jena.atlas.lib.Hex
-
- getNumberWidth() - Method in class org.apache.jena.atlas.io.IndentedWriter
-
Width of the number field
- getOrFill(K, Callable<V>) - Method in class org.apache.jena.atlas.lib.cache.Cache0
-
- getOrFill(K, Callable<V>) - Method in class org.apache.jena.atlas.lib.cache.Cache1
-
- getOrFill(K, Callable<V>) - Method in class org.apache.jena.atlas.lib.cache.CacheGuava
-
- getOrFill(K, Callable<V>) - Method in class org.apache.jena.atlas.lib.cache.CacheSimple
-
- getOrFill(Key, Callable<T>) - Method in class org.apache.jena.atlas.lib.cache.CacheWrapper
-
- getOrFill(Key, Callable<Value>) - Method in interface org.apache.jena.atlas.lib.Cache
-
Get from cache, of not present, call the
Callable
to try to fill the cache.
- getOrSetDefault(Properties, String, String) - Method in class org.apache.jena.atlas.lib.PropertyUtils
-
Get property or the default value - also set the default value if not
present
- getPadChar() - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- getPadString() - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- getPosition() - Method in class org.apache.jena.atlas.io.PeekInputStream
-
- getPosition() - Method in class org.apache.jena.atlas.io.PeekReader
-
- getPrevious(int) - Method in class org.apache.jena.atlas.iterator.IteratorWithHistory
-
return the previous i'th element returned by next().
- getPropertyAsBoolean(Properties, String, boolean) - Static method in class org.apache.jena.atlas.lib.PropertyUtils
-
- getPropertyAsBoolean(Properties, String) - Static method in class org.apache.jena.atlas.lib.PropertyUtils
-
- getPropertyAsInteger(Properties, String) - Static method in class org.apache.jena.atlas.lib.PropertyUtils
-
- getPropertyAsInteger(Properties, String, int) - Static method in class org.apache.jena.atlas.lib.PropertyUtils
-
- getRight() - Method in class org.apache.jena.atlas.lib.Pair
-
- getRow() - Method in class org.apache.jena.atlas.io.IndentedWriter
-
Get row/line (counts from 1)
- getSlotIdx(int) - Method in class org.apache.jena.atlas.lib.tuple.TupleMap
-
Get the index of the i'th slot as it appears from a mapping : for
SPO->POS : 0'th slot is P so 0 returns 1 (the location in the tuple before mapping)
The 0'th mapped slot is tuple.get(tupleMap.getSlotIdx(0)).
- getThreadDecoder() - Static method in class org.apache.jena.atlas.lib.Chars
-
Return a per-thread CharsetDecoder
- getThreadEncoder() - Static method in class org.apache.jena.atlas.lib.Chars
-
Return a per-thread CharsetEncoder
- getTicks() - Method in class org.apache.jena.atlas.lib.ProgressMonitor
-
- getTimeInterval() - Method in class org.apache.jena.atlas.lib.Timer
-
Read an elapsed timer
- getUnitIndent() - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- IdentityFinishCollector<T,A> - Interface in org.apache.jena.atlas.lib
-
- IdentityFinishCollector.ConcurrentUnorderedIdentityFinishCollector<T,A> - Interface in org.apache.jena.atlas.lib
-
- IdentityFinishCollector.UnorderedIdentityFinishCollector<T,A> - Interface in org.apache.jena.atlas.lib
-
- incIndent() - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- incIndent(int) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- IndentedLineBuffer - Class in org.apache.jena.atlas.io
-
IndentLineBuffer is a buffer that records an indent level
and uses that to insert a prefix at each line.
- IndentedLineBuffer() - Constructor for class org.apache.jena.atlas.io.IndentedLineBuffer
-
- IndentedLineBuffer(boolean) - Constructor for class org.apache.jena.atlas.io.IndentedLineBuffer
-
- IndentedWriter - Class in org.apache.jena.atlas.io
-
A writer that records what the current indentation level is, and
uses that to insert a prefix at each line.
- IndentedWriter(OutputStream) - Constructor for class org.apache.jena.atlas.io.IndentedWriter
-
Construct a UTF8 IndentedWriter around an OutputStream
- IndentedWriter(OutputStream, boolean) - Constructor for class org.apache.jena.atlas.io.IndentedWriter
-
Construct a UTF8 IndentedWriter around an OutputStream
- inFlatMode() - Method in class org.apache.jena.atlas.io.IndentedWriter
-
Flat mode - print without NL, for a more compact representation
- info(Logger, String, Object...) - Static method in class org.apache.jena.atlas.logging.FmtLog
-
- info(Logger, Throwable, String, Object...) - Static method in class org.apache.jena.atlas.logging.FmtLog
-
- info(Class<?>, String, Object...) - Static method in class org.apache.jena.atlas.logging.FmtLog
-
- info(Class<?>, Throwable, String, Object...) - Static method in class org.apache.jena.atlas.logging.FmtLog
-
- info(String, String) - Static method in class org.apache.jena.atlas.logging.Log
-
- info(Object, String) - Static method in class org.apache.jena.atlas.logging.Log
-
- info(Class<?>, String) - Static method in class org.apache.jena.atlas.logging.Log
-
- info(Object, String, Throwable) - Static method in class org.apache.jena.atlas.logging.Log
-
- info(Class<?>, String, Throwable) - Static method in class org.apache.jena.atlas.logging.Log
-
- INIT_COL - Static variable in class org.apache.jena.atlas.io.PeekInputStream
-
- INIT_COL - Static variable in class org.apache.jena.atlas.io.PeekReader
-
- INIT_LINE - Static variable in class org.apache.jena.atlas.io.PeekInputStream
-
- INIT_LINE - Static variable in class org.apache.jena.atlas.io.PeekReader
-
- InputStreamBuffered - Class in org.apache.jena.atlas.io
-
InputStream optimizing for one byte at a time operation.
- InputStreamBuffered(InputStream) - Constructor for class org.apache.jena.atlas.io.InputStreamBuffered
-
- InputStreamBuffered(InputStream, int) - Constructor for class org.apache.jena.atlas.io.InputStreamBuffered
-
- InStreamASCII - Class in org.apache.jena.atlas.io
-
Fast and streaming.
- InStreamASCII(InputStream) - Constructor for class org.apache.jena.atlas.io.InStreamASCII
-
- InStreamASCII(InputStreamBuffered) - Constructor for class org.apache.jena.atlas.io.InStreamASCII
-
- InStreamUTF8 - Class in org.apache.jena.atlas.io
-
Fast and streaming UTF-8
- InStreamUTF8(InputStream) - Constructor for class org.apache.jena.atlas.io.InStreamUTF8
-
- InStreamUTF8(InputStreamBuffered) - Constructor for class org.apache.jena.atlas.io.InStreamUTF8
-
- InternalErrorException - Exception in org.apache.jena.atlas.lib
-
- InternalErrorException() - Constructor for exception org.apache.jena.atlas.lib.InternalErrorException
-
- InternalErrorException(String) - Constructor for exception org.apache.jena.atlas.lib.InternalErrorException
-
- InternalErrorException(Throwable) - Constructor for exception org.apache.jena.atlas.lib.InternalErrorException
-
- InternalErrorException(String, Throwable) - Constructor for exception org.apache.jena.atlas.lib.InternalErrorException
-
- intersection(Set<? extends T>, Set<? extends T>) - Static method in class org.apache.jena.atlas.lib.SetUtils
-
- intersectionP(Set<? extends T>, Set<? extends T>) - Static method in class org.apache.jena.atlas.lib.SetUtils
-
- intToBytes(int) - Static method in class org.apache.jena.atlas.lib.Bytes
-
Put an int value into an allocated byte array.
- IO - Class in org.apache.jena.atlas.io
-
- IO() - Constructor for class org.apache.jena.atlas.io.IO
-
- IRILib - Class in org.apache.jena.atlas.lib
-
Operations related to IRIs
- IRILib() - Constructor for class org.apache.jena.atlas.lib.IRILib
-
- IRIToFilename(String) - Static method in class org.apache.jena.atlas.lib.IRILib
-
Convert a file: IRI to a filename
- isAscii(CharSpace) - Static method in enum org.apache.jena.atlas.lib.CharSpace
-
- isEmpty() - Method in class org.apache.jena.atlas.lib.cache.Cache0
-
- isEmpty() - Method in class org.apache.jena.atlas.lib.cache.Cache1
-
- isEmpty() - Method in class org.apache.jena.atlas.lib.cache.CacheGuava
-
- isEmpty() - Method in class org.apache.jena.atlas.lib.cache.CacheSetImpl
-
- isEmpty() - Method in class org.apache.jena.atlas.lib.cache.CacheSetSync
-
- isEmpty() - Method in class org.apache.jena.atlas.lib.cache.CacheSetWrapper
-
- isEmpty() - Method in class org.apache.jena.atlas.lib.cache.CacheSimple
-
- isEmpty() - Method in class org.apache.jena.atlas.lib.cache.CacheWrapper
-
- isEmpty() - Method in interface org.apache.jena.atlas.lib.Cache
-
- isEmpty() - Method in interface org.apache.jena.atlas.lib.CacheSet
-
- isEmpty(String) - Static method in class org.apache.jena.atlas.lib.FileOps
-
Test for an empty file
- isEmpty() - Method in class org.apache.jena.atlas.lib.Map2
-
- isEmpty() - Method in interface org.apache.jena.atlas.lib.Pool
-
- isEmpty() - Method in class org.apache.jena.atlas.lib.PoolBase
-
- isEmpty() - Method in class org.apache.jena.atlas.lib.PoolSync
-
- isEmpty() - Method in class org.apache.jena.atlas.lib.RefCountingMap
-
- isEmpty() - Method in class org.apache.jena.atlas.lib.Registry
-
- isEmpty() - Method in class org.apache.jena.atlas.lib.Trie
-
Clear the Trie completely.
- isEmpty() - Method in interface org.apache.jena.atlas.lib.tuple.Tuple
-
Return true if this is a zero-length tuple
- isRegistered(K) - Method in class org.apache.jena.atlas.lib.Registry
-
- isSet(int, int) - Static method in class org.apache.jena.atlas.lib.BitsInt
-
Test whether a bit is set
- isSet(long, int) - Static method in class org.apache.jena.atlas.lib.BitsLong
-
Test whether a bit is set
- isWindows - Static variable in class org.apache.jena.base.Sys
-
Is this windows?
- Iter<T> - Class in org.apache.jena.atlas.iterator
-
Iter provides general utilities for working with
Iterators.
- iter(Iter<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- iter(Collection<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- iter(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- Iter.Folder<X,Y> - Interface in org.apache.jena.atlas.iterator
-
- iterator(Iterator<? extends T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Create another iterator without risk of concurrent modification
exceptions.
- iterator() - Method in class org.apache.jena.atlas.iterator.IteratorCons
-
- iterator() - Method in class org.apache.jena.atlas.iterator.NullIterator
-
- iterator() - Method in class org.apache.jena.atlas.lib.cache.CacheSetImpl
-
- iterator() - Method in class org.apache.jena.atlas.lib.Map2
-
- iterator() - Method in interface org.apache.jena.atlas.lib.tuple.Tuple
-
Iterable
- IteratorBlockingQueue<T> - Class in org.apache.jena.atlas.iterator
-
Iterator over a blocking queue until queue end seen
- IteratorBlockingQueue(BlockingQueue<T>, T) - Constructor for class org.apache.jena.atlas.iterator.IteratorBlockingQueue
-
- IteratorConcat<T> - Class in org.apache.jena.atlas.iterator
-
Iterator of Iterators
IteratorConcat is better when there are lots of iterators to be joined.
- IteratorConcat() - Constructor for class org.apache.jena.atlas.iterator.IteratorConcat
-
- IteratorCons<T> - Class in org.apache.jena.atlas.iterator
-
IteratorCons : the concatenation of two iterators.
- IteratorDelayedInitialization<T> - Class in org.apache.jena.atlas.iterator
-
Class to delay the initialization of an iterator until first call of an Iterator operation.
- IteratorDelayedInitialization() - Constructor for class org.apache.jena.atlas.iterator.IteratorDelayedInitialization
-
- IteratorFlatMap<IN,OUT> - Class in org.apache.jena.atlas.iterator
-
flatMap iterator.
- IteratorFlatMap(Iterator<IN>, Function<IN, Iterator<OUT>>) - Constructor for class org.apache.jena.atlas.iterator.IteratorFlatMap
-
- IteratorFlatten<X> - Class in org.apache.jena.atlas.iterator
-
Iterator that flattens an iterator of iterators (Iterator<Iterator<X>>).
- IteratorFlatten(Iterator<Iterator<X>>) - Constructor for class org.apache.jena.atlas.iterator.IteratorFlatten
-
- IteratorInteger - Class in org.apache.jena.atlas.iterator
-
- IteratorInteger(long, long) - Constructor for class org.apache.jena.atlas.iterator.IteratorInteger
-
[start, finish)
- IteratorResourceClosing<T> - Class in org.apache.jena.atlas.iterator
-
This iterator will automatically close a
Closeable or
Closeable
resource when the iterator is exhausted.
- IteratorResourceClosing(Iterator<T>, Closeable) - Constructor for class org.apache.jena.atlas.iterator.IteratorResourceClosing
-
- IteratorResourceClosing(Iterator<T>, Closeable) - Constructor for class org.apache.jena.atlas.iterator.IteratorResourceClosing
-
- IteratorSlotted<T> - Class in org.apache.jena.atlas.iterator
-
An Iterator with a one slot lookahead.
- IteratorTruncate<T> - Class in org.apache.jena.atlas.iterator
-
Iterate while a condition is true, then stop.
- IteratorTruncate(Iterator<T>, Predicate<T>) - Constructor for class org.apache.jena.atlas.iterator.IteratorTruncate
-
- IteratorWithBuffer<T> - Class in org.apache.jena.atlas.iterator
-
Iterator that delays output by N slots so you can react to the output before
it's yielded.
- IteratorWithBuffer(Iterator<T>, int) - Constructor for class org.apache.jena.atlas.iterator.IteratorWithBuffer
-
- IteratorWithHistory<T> - Class in org.apache.jena.atlas.iterator
-
Remembers the last N yields.
- IteratorWithHistory(Iterator<T>, int) - Constructor for class org.apache.jena.atlas.iterator.IteratorWithHistory
-
- IteratorWrapper<T> - Class in org.apache.jena.atlas.iterator
-
- IteratorWrapper(Iterator<T>) - Constructor for class org.apache.jena.atlas.iterator.IteratorWrapper
-
- last(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Return the last element or null, if no elements.
- last(Iterator<T>, Predicate<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Return the last element satisfying a predicate.
- last(Collection<T>, Predicate<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- last() - Method in class org.apache.jena.atlas.iterator.Iter
-
- last(Predicate<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Return the last element satisfying a predicate.
- lastIndex(Iterator<T>, Predicate<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Return the index of the last element satisfying a predicate (zero-based).
- lastIndex(Collection<T>, Predicate<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- lastIndex(Predicate<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Return the index of the last element satisfying a predicate (zero-based).
- len() - Method in interface org.apache.jena.atlas.lib.tuple.Tuple
-
length : elements are 0 to len()-1
- len() - Method in class org.apache.jena.atlas.lib.tuple.Tuple0
-
- len() - Method in class org.apache.jena.atlas.lib.tuple.Tuple1
-
- len() - Method in class org.apache.jena.atlas.lib.tuple.Tuple2
-
- len() - Method in class org.apache.jena.atlas.lib.tuple.Tuple3
-
- len() - Method in class org.apache.jena.atlas.lib.tuple.Tuple4
-
- len() - Method in class org.apache.jena.atlas.lib.tuple.Tuple5
-
- len() - Method in class org.apache.jena.atlas.lib.tuple.Tuple6
-
- len() - Method in class org.apache.jena.atlas.lib.tuple.Tuple7
-
- len() - Method in class org.apache.jena.atlas.lib.tuple.Tuple8
-
- len() - Method in class org.apache.jena.atlas.lib.tuple.TupleN
-
- length() - Method in class org.apache.jena.atlas.lib.tuple.TupleMap
-
Length of mapping
- Lib - Class in org.apache.jena.atlas.lib
-
- ListUtils - Class in org.apache.jena.atlas.lib
-
Various things for lists
- loadFromFile(String) - Static method in class org.apache.jena.atlas.lib.PropertyUtils
-
Load properties from a file if the file exists
- loadFromFile(Properties, String) - Static method in class org.apache.jena.atlas.lib.PropertyUtils
-
Load properties from a file if the file exists
- log(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Print an iterator to stdout, return a copy of the iterator.
- log(PrintStream, Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Print an iterator to stdout, return a copy of the iterator.
- Log - Class in org.apache.jena.atlas.logging
-
- LogCtl - Class in org.apache.jena.atlas.logging
-
Setup and control of logging - needs access to log4j binaries
- LogCtl() - Constructor for class org.apache.jena.atlas.logging.LogCtl
-
- logLevel(String, Level, Level) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
- longestMatch(String) - Method in class org.apache.jena.atlas.lib.Trie
-
Finds the longest match for a given key i.e.
- longToBytes(long) - Static method in class org.apache.jena.atlas.lib.Bytes
-
Put a long value into an allocated byte array.
- make(InputStream) - Static method in class org.apache.jena.atlas.io.PeekInputStream
-
- make(InputStream, int) - Static method in class org.apache.jena.atlas.io.PeekInputStream
-
- make(Reader) - Static method in class org.apache.jena.atlas.io.PeekReader
-
- make(Reader, int) - Static method in class org.apache.jena.atlas.io.PeekReader
-
- make(CharStream) - Static method in class org.apache.jena.atlas.io.PeekReader
-
- makeASCII(InputStream) - Static method in class org.apache.jena.atlas.io.PeekReader
-
Make PeekReader where the input is ASCII
- makeUTF8(InputStream) - Static method in class org.apache.jena.atlas.io.PeekReader
-
Make PeekReader where the input is UTF8 : BOM is removed
- map(Iterator<? extends T>, Function<T, R>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Apply a function to every element of an iterator, transforming it
from a T to an R.
- map(List<? extends T>, Function<T, R>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- map(Function<T, R>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Map each element using given function
- map(Tuple<T>) - Method in class org.apache.jena.atlas.lib.tuple.TupleMap
-
Apply to an unmapped tuple to get a tuple with the tuple mapping applied.
- map(T[], T[]) - Method in class org.apache.jena.atlas.lib.tuple.TupleMap
-
Apply to an unmapped tuple to get a tuple with the tuple mapping applied.
- Map2<K,V> - Class in org.apache.jena.atlas.lib
-
A map with parent sharing.
- Map2(Map<K, V>, Map2<K, V>) - Constructor for class org.apache.jena.atlas.lib.Map2
-
- mapIdx(int) - Method in class org.apache.jena.atlas.lib.tuple.TupleMap
-
Get the index of the i'th slot as it appears from a mapping : for
SPO->POS : 0'th slot is P so 0 returns 1 (the location in the tuple before mapping)
Equivalent to
TupleMap.getSlotIdx(int).
The 0'th mapped slot is
tuple.get(tupleMap.mapIdx(0)).
Mapping a tuple is {@code map(tuple) == create(tuple.mapIdx(0) , tuple.mapIdx(1), ...
- mapSlot(int, Tuple<T>) - Method in class org.apache.jena.atlas.lib.tuple.TupleMap
-
Apply to an unmapped tuple to get the i'th slot after mapping :
SPO->POS : 0'th slot is P from SPO
- mapSlot(int, T[]) - Method in class org.apache.jena.atlas.lib.tuple.TupleMap
-
Apply to an unmapped tuple to get the i'th slot after mapping :
SPO->POS : 0'th slot is P from SPO
- mask(int, int) - Static method in class org.apache.jena.atlas.lib.BitsInt
-
Create a mask that has ones between bit positions start (inc) and finish (exc),
and zeros elsewhere.
- mask(int, int) - Static method in class org.apache.jena.atlas.lib.BitsLong
-
Create a mask that has ones between bit positions start (inc) and finish (exc),
and zeros elsewhere.
- maskZero(int, int) - Static method in class org.apache.jena.atlas.lib.BitsInt
-
Create a mask that has zeros between bit positions start (inc) and finish (exc),
and ones elsewhere
- maskZero(int, int) - Static method in class org.apache.jena.atlas.lib.BitsLong
-
Create a mask that has zeros between bit positions start (inc) and finish (exc),
and ones elsewhere
- materialize(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Materialize an iterator, that is, force it to run now - useful in
debugging or when iteration may modify underlying datastructures.
- minus(K) - Method in interface org.apache.jena.atlas.lib.persistent.PersistentMap
-
- minus(E) - Method in interface org.apache.jena.atlas.lib.persistent.PersistentSet
-
- minus(K) - Method in class org.apache.jena.atlas.lib.persistent.PMap
-
- minus(E) - Method in class org.apache.jena.atlas.lib.persistent.PSet
-
- misses - Variable in class org.apache.jena.atlas.lib.cache.CacheInfo
-
- oneElt(Collection<T>) - Static method in class org.apache.jena.atlas.lib.CollectionUtils
-
Return an element from a collection.
- oneHex(StringBuilder, int, int) - Static method in class org.apache.jena.atlas.io.OutputUtils
-
Print one hex digit of the number
- oneHex(Writer, int, int) - Static method in class org.apache.jena.atlas.io.OutputUtils
-
Print one hex digit of the number
- oneHex(AWriter, int, int) - Static method in class org.apache.jena.atlas.io.OutputUtils
-
Print one hex digit of the number
- open(String) - Static method in class org.apache.jena.atlas.io.PeekInputStream
-
- open(String) - Static method in class org.apache.jena.atlas.io.PeekReader
-
- openFile(String) - Static method in class org.apache.jena.atlas.io.IO
-
Open an input stream to a file.
- openFileASCII(String) - Static method in class org.apache.jena.atlas.io.IO
-
Open an ASCII Reader for a file.
- openFileBuffered(String) - Static method in class org.apache.jena.atlas.io.IO
-
Open an input stream to a file and buffer it.
- openFileEx(String) - Static method in class org.apache.jena.atlas.io.IO
-
Open an input stream to a file; do not mask IOExceptions.
- openFileUTF8(String) - Static method in class org.apache.jena.atlas.io.IO
-
Open a UTF8 Reader for a file.
- openOutputFile(String) - Static method in class org.apache.jena.atlas.io.IO
-
Open a file for output - may include adding gzip processing.
- openOutputFileEx(String) - Static method in class org.apache.jena.atlas.io.IO
-
Open an input stream to a file; do not mask IOExceptions.
- operate(Iterator<? extends T>, Consumer<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Apply an action to everything in stream, yielding a stream of the
same items.
- operate(Consumer<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Apply an action to everything in the stream, yielding a stream of the
original items.
- org.apache.jena.atlas - package org.apache.jena.atlas
-
- org.apache.jena.atlas.io - package org.apache.jena.atlas.io
-
- org.apache.jena.atlas.iterator - package org.apache.jena.atlas.iterator
-
- org.apache.jena.atlas.lib - package org.apache.jena.atlas.lib
-
- org.apache.jena.atlas.lib.cache - package org.apache.jena.atlas.lib.cache
-
- org.apache.jena.atlas.lib.persistent - package org.apache.jena.atlas.lib.persistent
-
- org.apache.jena.atlas.lib.tuple - package org.apache.jena.atlas.lib.tuple
-
Tuples.
- org.apache.jena.atlas.logging - package org.apache.jena.atlas.logging
-
- org.apache.jena.atlas.logging.java - package org.apache.jena.atlas.logging.java
-
- org.apache.jena.base - package org.apache.jena.base
-
- output(String) - Method in class org.apache.jena.atlas.io.BufferingWriter
-
Output a string
- output(String, int, int) - Method in class org.apache.jena.atlas.io.BufferingWriter
-
Output a string
- output(char[]) - Method in class org.apache.jena.atlas.io.BufferingWriter
-
Output an array of characters
- output(char[], int, int) - Method in class org.apache.jena.atlas.io.BufferingWriter
-
Output an array of characters
- output(char) - Method in class org.apache.jena.atlas.io.BufferingWriter
-
Output a single character
- output(int) - Method in class org.apache.jena.atlas.io.OutStreamUTF8
-
- output(OutputStream, int) - Static method in class org.apache.jena.atlas.io.OutStreamUTF8
-
- output(IndentedWriter) - Method in interface org.apache.jena.atlas.io.Printable
-
- OutputUtils - Class in org.apache.jena.atlas.io
-
- OutputUtils() - Constructor for class org.apache.jena.atlas.io.OutputUtils
-
- OutStreamUTF8 - Class in org.apache.jena.atlas.io
-
Output UTF-8 encoded data.
- OutStreamUTF8(OutputStream) - Constructor for class org.apache.jena.atlas.io.OutStreamUTF8
-
- pack(int, int, int, int) - Static method in class org.apache.jena.atlas.lib.BitsInt
-
Place the value into the bit pattern between start and finish
and returns the new int.
- pack(long, long, int, int) - Static method in class org.apache.jena.atlas.lib.BitsLong
-
Place the value into the bit pattern between start and finish
and returns the new value.
- packInt(int) - Static method in class org.apache.jena.atlas.lib.Bytes
-
int to byte array
- packLong(long) - Static method in class org.apache.jena.atlas.lib.Bytes
-
long to byte array
- pad() - Method in class org.apache.jena.atlas.io.IndentedWriter
-
Pad to the indent (if we are before it)
- pad(int) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
Pad to a given number of columns EXCLUDING the indent.
- pad(int, boolean) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
Pad to a given number of columns maybe including the indent.
- Pair<A,B> - Class in org.apache.jena.atlas.lib
-
- Pair(A, B) - Constructor for class org.apache.jena.atlas.lib.Pair
-
- PairOfSameType<T> - Class in org.apache.jena.atlas.lib
-
- PairOfSameType(T, T) - Constructor for class org.apache.jena.atlas.lib.PairOfSameType
-
- partialSearch(String) - Method in class org.apache.jena.atlas.lib.Trie
-
Performs a search and returns any value associated with any partial or
whole prefix of the key
- peek() - Method in class org.apache.jena.atlas.iterator.IteratorSlotted
-
Look at the next element - returns null when there is no element
- peek(T) - Method in class org.apache.jena.atlas.iterator.IteratorSlotted
-
Look at the next element - returns dft when there is no element
- peek(int) - Method in class org.apache.jena.atlas.iterator.IteratorWithBuffer
-
Look at elements that will be returned by a subsequent call of .next().
- peek() - Method in class org.apache.jena.atlas.iterator.PeekIterator
-
Peek the next element or return null
- peekByte() - Method in class org.apache.jena.atlas.io.PeekInputStream
-
- peekChar() - Method in class org.apache.jena.atlas.io.PeekReader
-
- PeekInputStream - Class in org.apache.jena.atlas.io
-
Parsing-centric input stream.
- PeekIterator<T> - Class in org.apache.jena.atlas.iterator
-
PeekIterator - is one slot ahead from the wrapped iterator
- PeekIterator(Iterator<T>) - Constructor for class org.apache.jena.atlas.iterator.PeekIterator
-
- PeekReader - Class in org.apache.jena.atlas.io
-
Parsing-centric reader.
- permute(List<T>) - Static method in class org.apache.jena.atlas.lib.ListUtils
-
Return a list of lists of all the elements of collection in every order Easy to run
out of heap memory.
- PersistentMap<K,V,SelfType extends PersistentMap<K,V,SelfType>> - Interface in org.apache.jena.atlas.lib.persistent
-
A persistent map data structure.
- PersistentSet<E> - Interface in org.apache.jena.atlas.lib.persistent
-
A persistent set data structure.
- plus(K, V) - Method in interface org.apache.jena.atlas.lib.persistent.PersistentMap
-
- plus(E) - Method in interface org.apache.jena.atlas.lib.persistent.PersistentSet
-
- plus(K, V) - Method in class org.apache.jena.atlas.lib.persistent.PMap
-
- plus(E) - Method in class org.apache.jena.atlas.lib.persistent.PSet
-
- PMap<K,V,SelfType extends PMap<K,V,SelfType>> - Class in org.apache.jena.atlas.lib.persistent
-
- Pool<T> - Interface in org.apache.jena.atlas.lib
-
- PoolBase<T> - Class in org.apache.jena.atlas.lib
-
A Pool of objects.
- PoolBase() - Constructor for class org.apache.jena.atlas.lib.PoolBase
-
- PoolSync<T> - Class in org.apache.jena.atlas.lib
-
Synchronization wrapper for a pool
- PoolSync(Pool<T>) - Constructor for class org.apache.jena.atlas.lib.PoolSync
-
- prefixSearch(String) - Method in class org.apache.jena.atlas.lib.Trie
-
Performs a prefix search and returns all values mapped under the given
prefix.
- print(char) - Method in interface org.apache.jena.atlas.io.AWriter
-
- print(char[]) - Method in interface org.apache.jena.atlas.io.AWriter
-
- print(String) - Method in interface org.apache.jena.atlas.io.AWriter
-
- print(String) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- print(char) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- print(char[]) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- print(String, int) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
Print a string N times
- print(char, int) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
Print a char N times
- print(char) - Method in class org.apache.jena.atlas.io.Writer2
-
- print(String) - Method in class org.apache.jena.atlas.io.Writer2
-
- print(char[]) - Method in class org.apache.jena.atlas.io.Writer2
-
- print(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Print an iterator (destructive)
- print(PrintStream, Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Print an iterator (destructive)
- print(ByteBuffer) - Static method in class org.apache.jena.atlas.lib.ByteBufferLib
-
- print(PrintStream, ByteBuffer) - Static method in class org.apache.jena.atlas.lib.ByteBufferLib
-
- print(IndentedWriter, List<T>) - Static method in class org.apache.jena.atlas.lib.ListUtils
-
- print(IndentedWriter, List<T>, CharSequence) - Static method in class org.apache.jena.atlas.lib.ListUtils
-
- print(String, Object...) - Method in interface org.apache.jena.atlas.lib.ProgressMonitor.Output
-
- print(IndentedWriter) - Method in class org.apache.jena.atlas.lib.Version
-
Prints version information for all registered classes to the given writer
- Printable - Interface in org.apache.jena.atlas.io
-
- PrintableBase - Class in org.apache.jena.atlas.io
-
- PrintableBase() - Constructor for class org.apache.jena.atlas.io.PrintableBase
-
- printf(String, Object...) - Method in interface org.apache.jena.atlas.io.AWriter
-
- printf(String, Object...) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- printf(String, Object...) - Method in class org.apache.jena.atlas.io.Writer2
-
- printHex(StringBuilder, int, int) - Static method in class org.apache.jena.atlas.io.OutputUtils
-
Print the number x in width hex chars.
- printHex(Writer, int, int) - Static method in class org.apache.jena.atlas.io.OutputUtils
-
Print the number x in width hex chars.
- printHex(AWriter, int, int) - Static method in class org.apache.jena.atlas.io.OutputUtils
-
Print the number x in width hex chars.
- println(String) - Method in interface org.apache.jena.atlas.io.AWriter
-
- println() - Method in interface org.apache.jena.atlas.io.AWriter
-
- println(String) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- println(char) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- println() - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- println(String) - Method in class org.apache.jena.atlas.io.Writer2
-
- println() - Method in class org.apache.jena.atlas.io.Writer2
-
- PrintUtils - Class in org.apache.jena.atlas.io
-
- PrintUtils() - Constructor for class org.apache.jena.atlas.io.PrintUtils
-
- printWrapper(Iterator<? extends T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Print an iterator as it gets used - this adds a printing wrapper
- printWrapper(PrintStream, Iterator<? extends T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Print an iterator as it gets used - this adds a printing wrapper
- ProgressLogger - Class in org.apache.jena.atlas.logging
-
- ProgressLogger(Logger, String, long, int) - Constructor for class org.apache.jena.atlas.logging.ProgressLogger
-
Deprecated.
- ProgressMonitor - Class in org.apache.jena.atlas.lib
-
Progress monitor - output lines to show the progress of some long running operation.
- ProgressMonitor(String, long, int, ProgressMonitor.Output) - Constructor for class org.apache.jena.atlas.lib.ProgressMonitor
-
- ProgressMonitor.Output - Interface in org.apache.jena.atlas.lib
-
- PropertiesSorted - Class in org.apache.jena.atlas.lib
-
Sorted output
- PropertiesSorted(Comparator<String>) - Constructor for class org.apache.jena.atlas.lib.PropertiesSorted
-
- propertyEquals(Properties, String, String) - Method in class org.apache.jena.atlas.lib.PropertyUtils
-
Test whether a property has a value.
- PropertyUtils - Class in org.apache.jena.atlas.lib
-
- PropertyUtils() - Constructor for class org.apache.jena.atlas.lib.PropertyUtils
-
- PSet<E> - Class in org.apache.jena.atlas.lib.persistent
-
- publish(LogRecord) - Method in class org.apache.jena.atlas.logging.java.ConsoleHandlerStream
-
- publish(LogRecord) - Method in class org.apache.jena.atlas.logging.java.FlatHandler
-
- pushback(T) - Method in class org.apache.jena.atlas.iterator.PushbackIterator
-
- pushbackByte(int) - Method in class org.apache.jena.atlas.io.PeekInputStream
-
push back a byte : does not alter underlying position, line or column counts
- pushbackChar(int) - Method in class org.apache.jena.atlas.io.PeekReader
-
push back a character : does not alter underlying position, line or
column counts
- PushbackIterator<T> - Class in org.apache.jena.atlas.iterator
-
An iterator where you can push items backinto the iterator, to be yielded (LIFO) next time.
- PushbackIterator(Iterator<T>) - Constructor for class org.apache.jena.atlas.iterator.PushbackIterator
-
- put(K, V) - Method in class org.apache.jena.atlas.lib.cache.Cache0
-
- put(K, V) - Method in class org.apache.jena.atlas.lib.cache.Cache1
-
- put(K, V) - Method in class org.apache.jena.atlas.lib.cache.CacheGuava
-
- put(K, V) - Method in class org.apache.jena.atlas.lib.cache.CacheSimple
-
- put(Key, T) - Method in class org.apache.jena.atlas.lib.cache.CacheWrapper
-
- put(Key, Value) - Method in interface org.apache.jena.atlas.lib.Cache
-
Insert into the cache
- put(K, V) - Method in class org.apache.jena.atlas.lib.Map2
-
- put(T) - Method in interface org.apache.jena.atlas.lib.Pool
-
- put(T) - Method in class org.apache.jena.atlas.lib.PoolBase
-
- put(T) - Method in class org.apache.jena.atlas.lib.PoolSync
-
- put(K, T) - Method in class org.apache.jena.atlas.lib.Registry
-
- putDecoder(CharsetDecoder) - Static method in class org.apache.jena.atlas.lib.Chars
-
Add/return a UTF-8 decoder to the pool
- putEncoder(CharsetEncoder) - Static method in class org.apache.jena.atlas.lib.Chars
-
Add/return a UTF-8 encoder to the pool
- putSlotIdx(int) - Method in class org.apache.jena.atlas.lib.tuple.TupleMap
-
Get the index of the i'th slot as it appears after unmapping : SPO->POS :
0'th slot is S from POS so 0 returns 2
- random - Static variable in class org.apache.jena.atlas.lib.RandomLib
-
Single instance, pure random generator
- RandomLib - Class in org.apache.jena.atlas.lib
-
- range(long, long) - Static method in class org.apache.jena.atlas.iterator.IteratorInteger
-
- read(char[], int, int) - Method in class org.apache.jena.atlas.io.CharStreamReader
-
- read() - Method in class org.apache.jena.atlas.io.CharStreamReader
-
- read() - Method in class org.apache.jena.atlas.io.InputStreamBuffered
-
- read(char[], int, int) - Method in class org.apache.jena.atlas.io.InStreamASCII
-
- read() - Method in class org.apache.jena.atlas.io.InStreamASCII
-
- read(char[], int, int) - Method in class org.apache.jena.atlas.io.InStreamUTF8
-
- read() - Method in class org.apache.jena.atlas.io.InStreamUTF8
-
- read() - Method in class org.apache.jena.atlas.io.PeekInputStream
-
- read(byte[], int, int) - Method in class org.apache.jena.atlas.io.PeekInputStream
-
- read() - Method in class org.apache.jena.atlas.io.PeekReader
-
- read(char[], int, int) - Method in class org.apache.jena.atlas.io.PeekReader
-
- read() - Method in class org.apache.jena.atlas.lib.Timer
-
Read the timer - either the instantanious value (if running) or elapsed time (if finished).
- readByte() - Method in class org.apache.jena.atlas.io.PeekInputStream
-
- readChar() - Method in class org.apache.jena.atlas.io.PeekReader
-
- readString(String) - Static method in class org.apache.jena.atlas.io.PeekReader
-
- readThreadLocal(ThreadLocal<X>) - Static method in class org.apache.jena.atlas.lib.Lib
-
Read thread local, assuming that "null" means it does not exist for this thread.
- readTimer() - Method in class org.apache.jena.atlas.lib.Timer
-
Read a running timer
- readWholeFile(InputStream) - Static method in class org.apache.jena.atlas.io.IO
-
- readWholeFileAsUTF8(String) - Static method in class org.apache.jena.atlas.io.IO
-
Read a whole file as UTF-8
- readWholeFileAsUTF8(InputStream) - Static method in class org.apache.jena.atlas.io.IO
-
Read a whole stream as UTF-8
- ready() - Method in class org.apache.jena.atlas.io.InStreamASCII
-
- ready() - Method in class org.apache.jena.atlas.io.InStreamUTF8
-
- reduce(Iterable<? extends T>, Accumulate<T, R>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Reduce by aggregator.
- reduce(Iterator<? extends T>, Accumulate<T, R>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Reduce by aggregator.
- reduce(Accumulate<T, R>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Reduce by aggregator.
- refCount(K) - Method in class org.apache.jena.atlas.lib.RefCountingMap
-
Return the reference count for the entry corresponding to a key in the map.
- RefCountingMap<K,T> - Class in org.apache.jena.atlas.lib
-
A key -> value 'map' which reference counts entries.
- RefCountingMap() - Constructor for class org.apache.jena.atlas.lib.RefCountingMap
-
- Registry<K,T> - Class in org.apache.jena.atlas.lib
-
- Registry() - Constructor for class org.apache.jena.atlas.lib.Registry
-
- release() - Method in class org.apache.jena.atlas.lib.AlarmClock
-
Clean up
- remove() - Method in class org.apache.jena.atlas.iterator.Iter
-
- remove() - Method in class org.apache.jena.atlas.iterator.IteratorBlockingQueue
-
- remove() - Method in class org.apache.jena.atlas.iterator.IteratorConcat
-
- remove() - Method in class org.apache.jena.atlas.iterator.IteratorCons
-
- remove() - Method in class org.apache.jena.atlas.iterator.IteratorDelayedInitialization
-
- remove() - Method in class org.apache.jena.atlas.iterator.IteratorInteger
-
- remove() - Method in class org.apache.jena.atlas.iterator.IteratorResourceClosing
-
- remove() - Method in class org.apache.jena.atlas.iterator.IteratorSlotted
-
- remove() - Method in class org.apache.jena.atlas.iterator.IteratorWithBuffer
-
- remove() - Method in class org.apache.jena.atlas.iterator.IteratorWithHistory
-
- remove() - Method in class org.apache.jena.atlas.iterator.IteratorWrapper
-
- remove() - Method in class org.apache.jena.atlas.iterator.NullIterator
-
- remove() - Method in class org.apache.jena.atlas.iterator.PeekIterator
-
- remove() - Method in class org.apache.jena.atlas.iterator.PushbackIterator
-
- remove() - Method in class org.apache.jena.atlas.iterator.RepeatApplyIterator
-
- remove() - Method in class org.apache.jena.atlas.iterator.SingletonIterator
-
- remove() - Method in class org.apache.jena.atlas.iterator.WrapperIterator
-
- remove(K) - Method in class org.apache.jena.atlas.lib.cache.Cache0
-
- remove(K) - Method in class org.apache.jena.atlas.lib.cache.Cache1
-
- remove(K) - Method in class org.apache.jena.atlas.lib.cache.CacheGuava
-
- remove(T) - Method in class org.apache.jena.atlas.lib.cache.CacheSetImpl
-
- remove(T) - Method in class org.apache.jena.atlas.lib.cache.CacheSetSync
-
- remove(T) - Method in class org.apache.jena.atlas.lib.cache.CacheSetWrapper
-
- remove(K) - Method in class org.apache.jena.atlas.lib.cache.CacheSimple
-
- remove(Key) - Method in class org.apache.jena.atlas.lib.cache.CacheWrapper
-
- remove(Key) - Method in interface org.apache.jena.atlas.lib.Cache
-
Remove from cache - return true if key referenced an entry
- remove(T) - Method in interface org.apache.jena.atlas.lib.CacheSet
-
- remove(K) - Method in class org.apache.jena.atlas.lib.RefCountingMap
-
Decrement the reference count for a key, and remove the corresponding entry from the map
if the result is 0.
- remove(K) - Method in class org.apache.jena.atlas.lib.Registry
-
- remove(String) - Method in class org.apache.jena.atlas.lib.Trie
-
Removes a value from the trie
- removeAll(K) - Method in class org.apache.jena.atlas.lib.RefCountingMap
-
Remove the entry corresponding to the key from the map completely.
- removeNulls(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Remove nulls from an iterator
- removeNulls() - Method in class org.apache.jena.atlas.iterator.Iter
-
Remove nulls
- RepeatApplyIterator<T> - Class in org.apache.jena.atlas.iterator
-
- replace(String, String, String) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
- requests - Variable in class org.apache.jena.atlas.lib.cache.CacheInfo
-
- reset(Alarm, long) - Method in class org.apache.jena.atlas.lib.AlarmClock
-
Reschedule a task to now run after a different delay from now (in milliseconds)
- resetJavaLogging() - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Reset java.util.logging - this overrided the previous configuration, if any.
- resetLogging(String) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Reset logging (log4j).
- reverse() - Method in class org.apache.jena.atlas.lib.tuple.TupleMap
-
Return a TupleMap that maps in the opposite direction
- RuntimeIOException - Exception in org.apache.jena.atlas
-
Runtime exception used to wrap or simulate IOExceptions.
- RuntimeIOException() - Constructor for exception org.apache.jena.atlas.RuntimeIOException
-
- RuntimeIOException(String) - Constructor for exception org.apache.jena.atlas.RuntimeIOException
-
- RuntimeIOException(Throwable) - Constructor for exception org.apache.jena.atlas.RuntimeIOException
-
Wrap a Throwable - this is usually an IOException.
- RuntimeIOException(String, Throwable) - Constructor for exception org.apache.jena.atlas.RuntimeIOException
-
Wrap a Throwable - this is usually an IOException.
- S_AMPHERSAND - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_AT - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_COLON - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_COMMA - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_DASH - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_DOT - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_EQUALS - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_GE - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_GT - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_HASH - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_LBRACE - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_LBRACKET - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_LE - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_LPAREN - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_LT - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_MINUS - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_PERCENT - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_PLUS - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_QMARK - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_QUOTE1 - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_QUOTE2 - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_RBRACE - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_RBRACKET - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_RPAREN - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_RSLASH - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_SEMICOLON - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_SLASH - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_STAR - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_UNDERSCORE - Static variable in class org.apache.jena.atlas.lib.Chars
-
- S_VBAR - Static variable in class org.apache.jena.atlas.lib.Chars
-
- sameElts(Collection<T>, Collection<T>) - Static method in class org.apache.jena.atlas.lib.CollectionUtils
-
Test for same elements, regardless of cardinality
- sameMapping(TupleMap) - Method in class org.apache.jena.atlas.lib.tuple.TupleMap
-
Is this mapping the same (has the same effect) as other?
- sameValue(ByteBuffer, ByteBuffer) - Static method in class org.apache.jena.atlas.lib.ByteBufferLib
-
- send(T) - Method in interface org.apache.jena.atlas.lib.Sink
-
- send(T) - Method in class org.apache.jena.atlas.lib.SinkCounting
-
- send(T) - Method in class org.apache.jena.atlas.lib.SinkLogging
-
- send(T) - Method in class org.apache.jena.atlas.lib.SinkNull
-
- send(T) - Method in class org.apache.jena.atlas.lib.SinkPrint
-
- send(T) - Method in class org.apache.jena.atlas.lib.SinkSplit
-
- send(T) - Method in class org.apache.jena.atlas.lib.SinkToCollection
-
- send(T) - Method in class org.apache.jena.atlas.lib.SinkToQueue
-
- send(T) - Method in class org.apache.jena.atlas.lib.SinkWrapper
-
- sendToSink(Iterator<T>, Sink<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Send the elements of the iterator to a sink - consumes the iterator
- sendToSink(Iterable<T>, Sink<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Send the elements of the iterable to a sink
- sendToSink(Sink<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
- set(int, T) - Method in class org.apache.jena.atlas.iterator.IteratorWithBuffer
-
Set the element to be returned by a subsequent .next().
- set(int, int) - Static method in class org.apache.jena.atlas.lib.BitsInt
-
Set the bits specified.
- set(int, int, int) - Static method in class org.apache.jena.atlas.lib.BitsInt
-
Set the bits from start (inc) to finish (exc) to one
- set(long, int) - Static method in class org.apache.jena.atlas.lib.BitsLong
-
Set the bits specified.
- set(long, int, int) - Static method in class org.apache.jena.atlas.lib.BitsLong
-
Set the bits from string (inc) to finish (exc) to one
- set(Logger, String) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
- set(Class<?>, String) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
- set(String, String) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
- setAbsoluteIndent(int) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
Set indent from the left hand edge
- setCmdLogging() - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Set logging, suitable for a command line application.
- setCmdLogging(String) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Set logging, suitable for a command line application.
- setDropHandler(BiConsumer<K, V>) - Method in class org.apache.jena.atlas.lib.cache.Cache0
-
- setDropHandler(BiConsumer<K, V>) - Method in class org.apache.jena.atlas.lib.cache.Cache1
-
- setDropHandler(BiConsumer<K, V>) - Method in class org.apache.jena.atlas.lib.cache.CacheGuava
-
- setDropHandler(Consumer<T>) - Method in class org.apache.jena.atlas.lib.cache.CacheSetImpl
-
Callback for entries when dropped from the cache
- setDropHandler(Consumer<T>) - Method in class org.apache.jena.atlas.lib.cache.CacheSetSync
-
- setDropHandler(Consumer<T>) - Method in class org.apache.jena.atlas.lib.cache.CacheSetWrapper
-
- setDropHandler(BiConsumer<K, V>) - Method in class org.apache.jena.atlas.lib.cache.CacheSimple
-
Callback for entries when dropped from the cache
- setDropHandler(BiConsumer<Key, T>) - Method in class org.apache.jena.atlas.lib.cache.CacheWrapper
-
- setDropHandler(BiConsumer<Key, Value>) - Method in interface org.apache.jena.atlas.lib.Cache
-
Register a callback - called when an object is dropped from the cache (optional operation)
- setDropHandler(Consumer<T>) - Method in interface org.apache.jena.atlas.lib.CacheSet
-
Register a callback - called when an object is dropped from the cache (optional operation)
- setEndOfLineMarker(String) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
Set the marker included at end of line - set to null for "none".
- setError(String) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Set to error level.
- setError(Class<?>) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Set to error level.
- setFlatMode(boolean) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
Flat mode - print without NL, for a more compact representation
- setFlushOnNewline(boolean) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
Flush on newline in this code.
- setInfo(String) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Set to info level.
- setInfo(Class<?>) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Set to info level.
- setInt(int, byte[]) - Static method in class org.apache.jena.atlas.lib.Bytes
-
Put an int into a byte array
- setInt(int, byte[], int) - Static method in class org.apache.jena.atlas.lib.Bytes
-
Put an int into a byte array from a given position
- setJavaLogging() - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Setup java.util.logging if it has not been set before; otherwise do nothing.
- setJavaLogging(String) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
- setJavaLoggingDft() - Static method in class org.apache.jena.atlas.logging.LogCtl
-
- setLevel(Class<?>, String) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
- setLevel(String, String) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
- setLineNumbers(boolean) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- setLinePrefix(String) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
Set the initial string printed at the start of each line.
- setLog4j() - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Set logging
Check for -Dlog4j.configuration.
Looks for log4j.properties file in current directory.
Return true if we think Log4J is not initialized.
- setLog4j(String) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Set log4j properties (XML or properties file)
- setLong(long, byte[]) - Static method in class org.apache.jena.atlas.lib.Bytes
-
Put a long into a byte array
- setLong(long, byte[], int) - Static method in class org.apache.jena.atlas.lib.Bytes
-
Put a long into a byte array from a given position
- setNumberWidth(int) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
Set the width of the number field.
- setPadChar(char) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- setPadString(String) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- setUnitIndent(int) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- SetUtils - Class in org.apache.jena.atlas.lib
-
Set specific operations
- setWarn(String) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Set to warning level.
- setWarn(Class<?>) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Set to warning level.
- shortestMatch(String) - Method in class org.apache.jena.atlas.lib.Trie
-
Finds the shortest match for a given key i.e.
- singleton(T) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- singletonIter(T) - Static method in class org.apache.jena.atlas.iterator.Iter
-
- SingletonIterator<T> - Class in org.apache.jena.atlas.iterator
-
- SingletonIterator(T) - Constructor for class org.apache.jena.atlas.iterator.SingletonIterator
-
- sink() - Static method in class org.apache.jena.atlas.io.NullOutputStream
-
- Sink<T> - Interface in org.apache.jena.atlas.lib
-
Interface for the destination of things
- SinkCounting<T> - Class in org.apache.jena.atlas.lib
-
- SinkCounting(Sink<T>) - Constructor for class org.apache.jena.atlas.lib.SinkCounting
-
- SinkCounting() - Constructor for class org.apache.jena.atlas.lib.SinkCounting
-
- SinkLogging<T> - Class in org.apache.jena.atlas.lib
-
- SinkLogging(Logger) - Constructor for class org.apache.jena.atlas.lib.SinkLogging
-
- SinkNull<T> - Class in org.apache.jena.atlas.lib
-
- SinkNull() - Constructor for class org.apache.jena.atlas.lib.SinkNull
-
- SinkPrint<T> - Class in org.apache.jena.atlas.lib
-
- SinkPrint() - Constructor for class org.apache.jena.atlas.lib.SinkPrint
-
- SinkPrint(PrintStream) - Constructor for class org.apache.jena.atlas.lib.SinkPrint
-
- SinkSplit<T> - Class in org.apache.jena.atlas.lib
-
Split a sink stream and duplicate the operations onto two sinks
See also:
SinkWrapper
- SinkSplit(Sink<T>, Sink<T>) - Constructor for class org.apache.jena.atlas.lib.SinkSplit
-
- SinkToCollection<T> - Class in org.apache.jena.atlas.lib
-
Send items to a collection
- SinkToCollection(Collection<T>) - Constructor for class org.apache.jena.atlas.lib.SinkToCollection
-
- SinkToQueue<T> - Class in org.apache.jena.atlas.lib
-
Send items to a blocking queue
- SinkToQueue(BlockingQueue<T>) - Constructor for class org.apache.jena.atlas.lib.SinkToQueue
-
- SinkWrapper<T> - Class in org.apache.jena.atlas.lib
-
Wrap one sink in another - to pass on behaviour, the derived Sink must call super.operation
See also:
SinkSplit
- SinkWrapper(Sink<T>) - Constructor for class org.apache.jena.atlas.lib.SinkWrapper
-
- size() - Method in class org.apache.jena.atlas.lib.cache.Cache0
-
- size() - Method in class org.apache.jena.atlas.lib.cache.Cache1
-
- size() - Method in class org.apache.jena.atlas.lib.cache.CacheGuava
-
- size() - Method in class org.apache.jena.atlas.lib.cache.CacheSetImpl
-
- size() - Method in class org.apache.jena.atlas.lib.cache.CacheSetSync
-
- size() - Method in class org.apache.jena.atlas.lib.cache.CacheSetWrapper
-
- size() - Method in class org.apache.jena.atlas.lib.cache.CacheSimple
-
- size() - Method in class org.apache.jena.atlas.lib.cache.CacheWrapper
-
- size() - Method in interface org.apache.jena.atlas.lib.Cache
-
Current size of cache
- size() - Method in interface org.apache.jena.atlas.lib.CacheSet
-
- size() - Method in class org.apache.jena.atlas.lib.Map2
-
- size() - Method in class org.apache.jena.atlas.lib.RefCountingMap
-
- size() - Method in class org.apache.jena.atlas.lib.Registry
-
- sleep(int) - Static method in class org.apache.jena.atlas.lib.Lib
-
- some(Iterator<? extends T>, Predicate<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Return true if one or more elements of stream passes the filter (reads
the stream to first element passing the filter)
- some(Predicate<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Return true if some element satisfies a predicate
- SPC - Static variable in class org.apache.jena.atlas.lib.Chars
-
- split(String, String) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
Split but also trim whiespace.
- splitDirBaseExt(String) - Static method in class org.apache.jena.atlas.lib.FileOps
-
Split a file name into path, basename and extension.
- splitDirFile(String) - Static method in class org.apache.jena.atlas.lib.FileOps
-
Split a file name into path and filename.
- start() - Method in class org.apache.jena.atlas.iterator.AccString
-
- start() - Method in interface org.apache.jena.atlas.iterator.Accumulate
-
- start() - Method in class org.apache.jena.atlas.lib.ProgressMonitor
-
- startMessage() - Method in class org.apache.jena.atlas.lib.ProgressMonitor
-
Print a start message using the label
- startMessage(String) - Method in class org.apache.jena.atlas.lib.ProgressMonitor
-
Print a start message using a different string.
- startTimer() - Method in class org.apache.jena.atlas.lib.Timer
-
- stats() - Method in class org.apache.jena.atlas.lib.cache.CacheGuava
-
- stderr - Static variable in class org.apache.jena.atlas.io.IndentedWriter
-
Stderr wrapped in an IndentedWriter - no line numbers
- stdout - Static variable in class org.apache.jena.atlas.io.IndentedWriter
-
Stdout wrapped in an IndentedWriter - no line numbers
- step(Iterator<?>, int) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Step forward up to steps places.
- storeToFile(Properties, String, String) - Static method in class org.apache.jena.atlas.lib.PropertyUtils
-
- str(T[]) - Static method in class org.apache.jena.atlas.lib.ListUtils
-
- str(int[]) - Static method in class org.apache.jena.atlas.lib.ListUtils
-
- str(long[]) - Static method in class org.apache.jena.atlas.lib.ListUtils
-
- str(Object) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
- strCompare(String, String) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
- strCompareIgnoreCase(String, String) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
- stream() - Method in interface org.apache.jena.atlas.lib.persistent.PersistentSet
-
- stream() - Method in class org.apache.jena.atlas.lib.persistent.PSet
-
- stream() - Method in interface org.apache.jena.atlas.lib.tuple.Tuple
-
stream
- strform(Map<String, String>, String...) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
- string2bytes(String) - Static method in class org.apache.jena.atlas.lib.Bytes
-
Return the UTF-8 bytes for a string
- stringEsc(String) - Static method in class org.apache.jena.atlas.lib.EscapeStr
-
- stringEsc(AWriter, String, boolean) - Static method in class org.apache.jena.atlas.lib.EscapeStr
-
Write a string - basic escaping, no quote escaping.
- stringEsc(AWriter, String, char, boolean) - Static method in class org.apache.jena.atlas.lib.EscapeStr
-
- stringEsc(AWriter, String, char, boolean, CharSpace) - Static method in class org.apache.jena.atlas.lib.EscapeStr
-
- StringWriterI - Class in org.apache.jena.atlas.io
-
- StringWriterI() - Constructor for class org.apache.jena.atlas.io.StringWriterI
-
- strjoin(String, String...) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
- strjoin(String, List<String>) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
- strjoinNL(String...) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
strjoin with a newline as the separator
- strjoinNL(List<String>) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
strjoin with a newline as the separator
- StrUtils - Class in org.apache.jena.atlas.lib
-
Some functions that act on strings
- substitute(String, Map<String, String>) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
- symmetricDifference(Set<? extends T>, Set<? extends T>) - Static method in class org.apache.jena.atlas.lib.SetUtils
-
- sync(Object) - Static method in class org.apache.jena.atlas.lib.Lib
-
- Sync - Interface in org.apache.jena.atlas.lib
-
- sync() - Method in interface org.apache.jena.atlas.lib.Sync
-
- Sys - Class in org.apache.jena.base
-
- Sys() - Constructor for class org.apache.jena.base.Sys
-
- SystemUtils - Class in org.apache.jena.atlas.lib
-
- SystemUtils() - Constructor for class org.apache.jena.atlas.lib.SystemUtils
-
- TAB - Static variable in class org.apache.jena.atlas.lib.Chars
-
- take(Iterator<T>, int) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Take the first N elements of an iterator - stop early if too few
- take(int) - Method in class org.apache.jena.atlas.iterator.Iter
-
Return an Iter that yields at most the first N items
- takeUntil(Iterator<T>, Predicate<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Create an iterator such that it yields elements until a predicate test on
the elements becomes true, end the iteration.
- takeUntil(Predicate<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Create an Iter such that it yields elements until a predicate test on
the elements becomes true, end the iteration.
- takeWhile(Iterator<T>, Predicate<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Create an iterator such that it yields elements while a predicate test on
the elements is true, end the iteration.
- takeWhile(Predicate<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Create an Iter such that it yields elements while a predicate test on
the elements is true, end the iteration.
- task - Variable in class org.apache.jena.atlas.lib.Alarm
-
- TConsumer3<X> - Interface in org.apache.jena.atlas.lib.tuple
-
A three-argument consumer in which all arguments are of the same type.
- TConsumer4<X> - Interface in org.apache.jena.atlas.lib.tuple
-
A four-argument consumer in which all arguments are of the same type.
- test(T) - Method in class org.apache.jena.atlas.iterator.FilterDistinctAdjacent
-
- test(T) - Method in class org.apache.jena.atlas.iterator.FilterStack
-
- test(T) - Method in class org.apache.jena.atlas.iterator.FilterUnique
-
- test(int, boolean, int) - Static method in class org.apache.jena.atlas.lib.BitsInt
-
Test whether a bit is the same as isSet
- test(int, int, int, int) - Static method in class org.apache.jena.atlas.lib.BitsInt
-
Test whether a range has a specific value or not
- test(long, boolean, int) - Static method in class org.apache.jena.atlas.lib.BitsLong
-
Test whether a bit is the same as isSet
- test(long, long, int, int) - Static method in class org.apache.jena.atlas.lib.BitsLong
-
Test whether a range has a specific value or not
- TextFormatter - Class in org.apache.jena.atlas.logging.java
-
A pattern-driven log formatter.
- TextFormatter() - Constructor for class org.apache.jena.atlas.logging.java.TextFormatter
-
- TextFormatter(String) - Constructor for class org.apache.jena.atlas.logging.java.TextFormatter
-
programmatic setup - provide the format
- TFunction3<X,Z> - Interface in org.apache.jena.atlas.lib.tuple
-
A three-argument function in which all arguments are of the same type.
- TFunction4<X,Z> - Interface in org.apache.jena.atlas.lib.tuple
-
A four-argument function in which all arguments are of the same type.
- tick() - Method in class org.apache.jena.atlas.lib.ProgressMonitor
-
- time(Runnable) - Static method in class org.apache.jena.atlas.lib.Timer
-
Time an operation.
- Timer - Class in org.apache.jena.atlas.lib
-
A Timer of operations
- Timer() - Constructor for class org.apache.jena.atlas.lib.Timer
-
- timeStr(long) - Static method in class org.apache.jena.atlas.lib.Timer
-
Helper function to format milliseconds as "%.3f" seconds
- toByteBuffer(CharSequence, ByteBuffer) - Static method in class org.apache.jena.atlas.lib.Bytes
-
Encode a string into a ByteBuffer : on return position is the end of the encoding
- toByteBuffer(CharSequence, ByteBuffer, CharsetEncoder) - Static method in class org.apache.jena.atlas.lib.Bytes
-
Encode a string into a ByteBuffer : on return position is the end of the encoding
- toCharList(String) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
- toChars(ByteBuffer, CharBuffer) - Static method in class org.apache.jena.atlas.io.BlockUTF8
-
Convert the bytes in the ByteBuffer to characters in the CharBuffer.
- todayAsXSDDateString() - Static method in class org.apache.jena.atlas.lib.DateTimeUtils
-
- toList(Iterator<? extends T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Collect an iterator into a list.
- toList() - Method in class org.apache.jena.atlas.iterator.Iter
-
Consume the Iter and produce a List
- toList(Stream<T>) - Static method in class org.apache.jena.atlas.lib.ListUtils
-
- toSet(Iterator<? extends T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Collect an iterator into a set.
- toSet() - Method in class org.apache.jena.atlas.iterator.Iter
-
Consume the Iter and produce a Set
- toSet(Stream<T>) - Static method in class org.apache.jena.atlas.lib.SetUtils
-
Stream to set
- toString(ByteBuffer) - Static method in class org.apache.jena.atlas.io.BlockUTF8
-
Make a string from UTF-8 bytes in a ByteBuffer
- toString() - Method in class org.apache.jena.atlas.io.IndentedLineBuffer
-
- toString() - Method in class org.apache.jena.atlas.io.IndentedWriter
-
- toString() - Method in class org.apache.jena.atlas.io.PrintableBase
-
- toString(Printable) - Static method in class org.apache.jena.atlas.io.PrintUtils
-
- toString() - Method in class org.apache.jena.atlas.io.Writer2
-
- toString() - Method in class org.apache.jena.atlas.lib.cache.CacheInfo
-
- toString() - Method in class org.apache.jena.atlas.lib.Pair
-
- toString() - Method in class org.apache.jena.atlas.lib.tuple.TupleMap
-
- toString(boolean) - Method in class org.apache.jena.atlas.lib.Version
-
Gets user friendly version information for all registered classes as a string
- toString() - Method in class org.apache.jena.atlas.lib.Version
-
Gets user friendly version information for all registered classes as a string
- trace(Logger, String, Object...) - Static method in class org.apache.jena.atlas.logging.FmtLog
-
- trace(Logger, Throwable, String, Object...) - Static method in class org.apache.jena.atlas.logging.FmtLog
-
- trace(Class<?>, String, Object...) - Static method in class org.apache.jena.atlas.logging.FmtLog
-
- trace(Class<?>, Throwable, String, Object...) - Static method in class org.apache.jena.atlas.logging.FmtLog
-
- Trie<T> - Class in org.apache.jena.atlas.lib
-
An implementation of a classic Trie, this is a mapping from strings to some
value type optimized for fast prefix search and match.
- Trie() - Constructor for class org.apache.jena.atlas.lib.Trie
-
- Tuple<X> - Interface in org.apache.jena.atlas.lib.tuple
-
A Tuple is a sequence of items of the same class of item.
- tuple(X...) - Static method in class org.apache.jena.atlas.lib.tuple.TupleFactory
-
Create a Tuple
- Tuple0<X> - Class in org.apache.jena.atlas.lib.tuple
-
A tuple of 0 items.
- Tuple1<X> - Class in org.apache.jena.atlas.lib.tuple
-
A tuple of 1 item.
- Tuple2<X> - Class in org.apache.jena.atlas.lib.tuple
-
A tuple of 2 items.
- Tuple3<X> - Class in org.apache.jena.atlas.lib.tuple
-
A tuple of 3 items.
- Tuple4<X> - Class in org.apache.jena.atlas.lib.tuple
-
A tuple of 4 items.
- Tuple5<X> - Class in org.apache.jena.atlas.lib.tuple
-
A tuple of 5 items.
- Tuple6<X> - Class in org.apache.jena.atlas.lib.tuple
-
A tuple of 6 items.
- Tuple7<X> - Class in org.apache.jena.atlas.lib.tuple
-
A tuple of 7 items.
- Tuple8<X> - Class in org.apache.jena.atlas.lib.tuple
-
A tuple of 8 items.
- TupleFactory - Class in org.apache.jena.atlas.lib.tuple
-
Tuple creation
- TupleMap - Class in org.apache.jena.atlas.lib.tuple
-
General descriptor of a reordering (mapping) of slots in tuples
- TupleN<X> - Class in org.apache.jena.atlas.lib.tuple
-
A Tuple of N items
- unescape(String, char, boolean) - Static method in class org.apache.jena.atlas.lib.EscapeStr
-
- unescapeStr(String) - Static method in class org.apache.jena.atlas.lib.EscapeStr
-
Replace \ escapes (\\u, \t, \n etc) in a string
- unescapeStr(String, char) - Static method in class org.apache.jena.atlas.lib.EscapeStr
-
Replace \ escapes (\\u, \t, \n etc) in a string
- unescapeString(String) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
- union(Set<? extends T>, Set<? extends T>) - Static method in class org.apache.jena.atlas.lib.SetUtils
-
- unique(List<T>) - Static method in class org.apache.jena.atlas.lib.ListUtils
-
- uniqueFilename(String, String, String) - Static method in class org.apache.jena.atlas.io.IO
-
- unmap(Tuple<T>) - Method in class org.apache.jena.atlas.lib.tuple.TupleMap
-
Apply to a mapped tuple to get a tuple with the tuple mapping reverse-applied.
- unmap(T[], T[]) - Method in class org.apache.jena.atlas.lib.tuple.TupleMap
-
Apply to a mapped tuple to get a tuple with the tuple mapping reverse-applied.
- unmapIdx(int) - Method in class org.apache.jena.atlas.lib.tuple.TupleMap
-
Get the index of the i'th slot as it appears after unmapping : SPO->POS :
0'th slot is S from POS so 0 returns 2
Equivalent to
TupleMap.putSlotIdx(int).
The 0'th unmapped slot is
tuple.get(tupleMap.unmapIdx(0)).
Unmapping a tuple is {@code unmap(tuple) == create(tuple.unmapIdx(0) , tuple.unmapIdx(1), ...
- unmapSlot(int, Tuple<T>) - Method in class org.apache.jena.atlas.lib.tuple.TupleMap
-
Apply to a mapped tuple to get the i'th slot as it appears after
mapping : SPO->POS : 0'th slot is S from POS
- unmapSlot(int, T[]) - Method in class org.apache.jena.atlas.lib.tuple.TupleMap
-
Apply to a mapped tuple to get the i'th slot as it appears after
mapping : SPO->POS : 0'th slot is S from POS
- unpack(int, int, int) - Static method in class org.apache.jena.atlas.lib.BitsInt
-
Extract the value packed into bits start (inclusive) and finish (exclusive).
- unpack(String, int, int) - Static method in class org.apache.jena.atlas.lib.BitsInt
-
Get bits from a hex string.
- unpack(long, int, int) - Static method in class org.apache.jena.atlas.lib.BitsLong
-
Extract the value packed into bits start (inclusive) and finish (exclusive),
the value is returned shifted into the low part of the returned long.
- unpack(String, int, int) - Static method in class org.apache.jena.atlas.lib.BitsLong
-
Get bits from a hex string.
- UNSET - Static variable in class org.apache.jena.atlas.io.IO
-
- UNSET - Static variable in class org.apache.jena.atlas.lib.Chars
-
undefined character (exact meaning depends on use) - not a Unicode codepoint