Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abbreviate(InputStream, Charset, int, String) - Static method in class org.apache.jena.atlas.io.IO
-
Fully reads the next up to maxWidth + 1 characters from the stream and returns them as a string.
- abbreviate(Reader, int, String) - Static method in class org.apache.jena.atlas.io.IO
-
Fully reads the next up to maxWidth + 1 characters from the reader and returns them as a string.
- 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
- 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.
- ActionCount<T> - Class in org.apache.jena.atlas.iterator
- ActionCount() - Constructor for class org.apache.jena.atlas.iterator.ActionCount
- actionEx(X) - Method in interface org.apache.jena.atlas.io.IOX.IOConsumer
- add(Runnable, long) - Method in class org.apache.jena.atlas.lib.AlarmClock
-
Add a task to be called after a delay (in milliseconds)
- add(String, T) - Method in class org.apache.jena.atlas.lib.Trie
-
Adds a value to the trie overwriting any existing value
- add(Iterator<T>) - Method in class org.apache.jena.atlas.iterator.IteratorConcat
- add(K, T) - Method in class org.apache.jena.atlas.lib.RefCountingMap
-
Add a key value pair to the map.
- 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(T) - Method in interface org.apache.jena.base.module.SubsystemRegistry
-
Add to the collection.
- add(T) - Method in class org.apache.jena.base.module.SubsystemRegistryServiceLoader
- addToMap(Map<A, B>) - Method in class org.apache.jena.atlas.lib.Pair
-
Add to a map using this pair as key-value.
- addToMap(Map<L, R>, Pair<L, R>) - Static method in class org.apache.jena.atlas.lib.Pair
-
Add to a map using the pair as key-value.
- 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
- allMatch(Predicate<? super T>) - Method in class org.apache.jena.atlas.iterator.Iter
- allMatch(Iterator<T>, Predicate<? super 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)
- 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
- anyMatch(Predicate<? super T>) - Method in class org.apache.jena.atlas.iterator.Iter
- anyMatch(Iterator<T>, Predicate<? super 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)
- append(char) - Method in class org.apache.jena.atlas.io.IndentedLineBuffer
- append(String, Object...) - 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(BiFunction<X, X, S>, Function<T, X>) - Method in class org.apache.jena.atlas.lib.PairOfSameType
- apply(Consumer<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Apply an action to every element of 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(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.
- ASCII - Enum constant in enum class org.apache.jena.atlas.lib.CharSpace
- asHex(byte) - Static method in class org.apache.jena.atlas.lib.Bytes
-
Return a hex string representing the byte.
- 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
- 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() - Method in interface org.apache.jena.atlas.lib.tuple.Tuple
-
Convert to a List
- asList(int...) - Static method in class org.apache.jena.atlas.lib.ListUtils
- 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(Iterator<T>, CharSequence, CharSequence, CharSequence) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Create a string from an iterator, using the separator, prefix and suffix.
- asString(Iterator<T>, String) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Create a string from an iterator, using the separator.
- 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.Bytes
-
String to UTF8 bytes
- asUTF8bytes(String) - Static method in class org.apache.jena.atlas.lib.StrUtils
- async(Runnable) - Static method in class org.apache.jena.atlas.lib.ThreadLib
-
Run asynchronously on another thread; the thread has started when this function returns.
- atEnd(Iterator<T>, Runnable) - Static method in class org.apache.jena.atlas.iterator.IteratorOnClose
- 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(String, Throwable) - Constructor for exception org.apache.jena.atlas.AtlasException
- AtlasException(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
B
- B_AMPHERSAND - Static variable in class org.apache.jena.atlas.lib.Chars
- B_AT - Static variable in class org.apache.jena.atlas.lib.Chars
- B_COLON - Static variable in class org.apache.jena.atlas.lib.Chars
- B_COMMA - Static variable in class org.apache.jena.atlas.lib.Chars
- B_CR - Static variable in class org.apache.jena.atlas.lib.Chars
- B_DASH - Static variable in class org.apache.jena.atlas.lib.Chars
- B_DOT - Static variable in class org.apache.jena.atlas.lib.Chars
- B_EQUALS - Static variable in class org.apache.jena.atlas.lib.Chars
- B_GT - Static variable in class org.apache.jena.atlas.lib.Chars
- B_HASH - Static variable in class org.apache.jena.atlas.lib.Chars
- B_LBRACE - Static variable in class org.apache.jena.atlas.lib.Chars
- B_LBRACKET - Static variable in class org.apache.jena.atlas.lib.Chars
- B_LPAREN - Static variable in class org.apache.jena.atlas.lib.Chars
- B_LT - Static variable in class org.apache.jena.atlas.lib.Chars
- B_MINUS - Static variable in class org.apache.jena.atlas.lib.Chars
- B_NL - Static variable in class org.apache.jena.atlas.lib.Chars
- B_PERCENT - Static variable in class org.apache.jena.atlas.lib.Chars
- B_PLUS - Static variable in class org.apache.jena.atlas.lib.Chars
- B_QMARK - Static variable in class org.apache.jena.atlas.lib.Chars
- B_QUOTE1 - Static variable in class org.apache.jena.atlas.lib.Chars
- B_QUOTE2 - Static variable in class org.apache.jena.atlas.lib.Chars
- B_RBRACE - Static variable in class org.apache.jena.atlas.lib.Chars
- B_RBRACKET - Static variable in class org.apache.jena.atlas.lib.Chars
- B_RPAREN - Static variable in class org.apache.jena.atlas.lib.Chars
- B_RSLASH - Static variable in class org.apache.jena.atlas.lib.Chars
- B_SEMICOLON - Static variable in class org.apache.jena.atlas.lib.Chars
- B_SLASH - Static variable in class org.apache.jena.atlas.lib.Chars
- B_STAR - Static variable in class org.apache.jena.atlas.lib.Chars
- B_TILDE - Static variable in class org.apache.jena.atlas.lib.Chars
- B_UNDERSCORE - Static variable in class org.apache.jena.atlas.lib.Chars
- B_VBAR - Static variable in class org.apache.jena.atlas.lib.Chars
- basename(String) - Static method in class org.apache.jena.atlas.lib.FileOps
-
Return the basename (no path, no extension)
- bb2array(ByteBuffer, int, int) - Static method in class org.apache.jena.atlas.lib.ByteBufferLib
-
Copy from a byte buffer
- bbcopy(ByteBuffer, int, int, int, int) - Static method in class org.apache.jena.atlas.lib.ByteBufferLib
-
Copy to section bytes from src to dst within the same
ByteBuffer. - bbcopy(ByteBuffer, int, ByteBuffer, int, int, int) - Static method in class org.apache.jena.atlas.lib.ByteBufferLib
-
Copy a section of bytes from one
ByteBufferto a differentByteBuffer - bbfill(ByteBuffer, int, int, byte, int) - Static method in class org.apache.jena.atlas.lib.ByteBufferLib
- binarySearch(IntBuffer, int) - Static method in class org.apache.jena.atlas.lib.Alg
- binarySearch(IntBuffer, int, int, int) - Static method in class org.apache.jena.atlas.lib.Alg
- binarySearch(List<T>, int, int, T, Comparator<T>) - Static method in class org.apache.jena.atlas.lib.Alg
- binarySearch(T[], int, int, T) - Static method in class org.apache.jena.atlas.lib.Alg
- BitsInt - Class in org.apache.jena.atlas.lib
-
Utilities for manipulating a bit pattern which are held in a 32 bit int.
- BitsLong - Class in org.apache.jena.atlas.lib
-
Utilities for manipulating a bit pattern which are held in a 64 bit long.
- BlockUTF8 - Class in org.apache.jena.atlas.io
-
Convert between bytes and chars, UTF-8 only.
- BlockUTF8() - Constructor for class org.apache.jena.atlas.io.BlockUTF8
- BOM - Static variable in class org.apache.jena.atlas.lib.Chars
- both(Function<T, Boolean>) - Method in class org.apache.jena.atlas.lib.PairOfSameType
- BSPACE - Static variable in class org.apache.jena.atlas.lib.Chars
- BufferingWriter - Class in org.apache.jena.atlas.io
-
A buffering writer.
- BufferingWriter(Writer) - Constructor for class org.apache.jena.atlas.io.BufferingWriter
-
Create a buffering writer
- BufferingWriter(Writer, int) - Constructor for class org.apache.jena.atlas.io.BufferingWriter
-
Create a buffering writer
- BufferingWriter(Writer, int, int) - Constructor for class org.apache.jena.atlas.io.BufferingWriter
-
Create a buffering writer
- ByteBufferLib - Class in org.apache.jena.atlas.lib
- byteBufferToString(ByteBuffer) - Static method in class org.apache.jena.atlas.io.IO
-
ByteBuffer to String
- Bytes - Class in org.apache.jena.atlas.lib
-
Byte-oriented operations.
- bytes2string(byte[]) - Static method in class org.apache.jena.atlas.lib.Bytes
-
Return the string for some UTF-8 bytes
C
- Cache<Key,
Value> - Interface in org.apache.jena.atlas.lib -
An abstraction of a cache for basic use.
- 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
- Cache1(BiConsumer<K, V>) - Constructor for class org.apache.jena.atlas.lib.cache.Cache1
- CacheCaffeine<K,
V> - Class in org.apache.jena.atlas.lib.cache -
Wrapper around a com.github.benmanes.caffeine
- CacheCaffeine(int) - Constructor for class org.apache.jena.atlas.lib.cache.CacheCaffeine
- CacheCaffeine(int, BiConsumer<K, V>) - Constructor for class org.apache.jena.atlas.lib.cache.CacheCaffeine
- CacheCaffeine(int, BiConsumer<K, V>, double) - Constructor for class org.apache.jena.atlas.lib.cache.CacheCaffeine
- CacheCaffeine(Cache<K, V>) - Constructor for class org.apache.jena.atlas.lib.cache.CacheCaffeine
- CacheFactory - Class in org.apache.jena.atlas.lib
- CacheFactory() - Constructor for class org.apache.jena.atlas.lib.CacheFactory
- CacheInfo - Class in org.apache.jena.atlas.lib.cache
-
Cache statistics.
- CacheInfo(long, long, long, double) - Constructor for class org.apache.jena.atlas.lib.cache.CacheInfo
- CacheInfo(CacheStats) - 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
-
Constructs a fixes size cache.
- 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
- callWithAfter(Supplier<V>, Runnable) - Static method in class org.apache.jena.atlas.lib.ThreadLib
-
Execute and return a value; always call the "after" runnable
- callWithBeforeAfter(Supplier<V>, Runnable, Runnable) - Static method in class org.apache.jena.atlas.lib.ThreadLib
-
Execute.
- callWithLock(Lock, Supplier<V>) - Static method in class org.apache.jena.atlas.lib.ThreadLib
-
Run inside a Lock
- 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_DOLLAR - Static variable in class org.apache.jena.atlas.lib.Chars
- CH_DOT - Static variable in class org.apache.jena.atlas.lib.Chars
- CH_EMARK - 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_TILDE - 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 Class 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
-
Machinery 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
- cleanUp() - Method in class org.apache.jena.atlas.lib.cache.CacheCaffeine
-
Forces the cache to clean up stale entries
- clear() - Method in class org.apache.jena.atlas.io.IndentedLineBuffer
- 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.CacheCaffeine
- 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.
- clear(int, int) - Static method in class org.apache.jena.atlas.lib.BitsInt
-
Clear the bit specified.
- clear(int, int, int) - Static method in class org.apache.jena.atlas.lib.BitsInt
-
Clear the bits specified.
- clear(long, int) - Static method in class org.apache.jena.atlas.lib.BitsLong
-
Clear the bit specified.
- clear(long, int, int) - Static method in class org.apache.jena.atlas.lib.BitsLong
-
Clear the bits specified.
- clearAll(File) - Static method in class org.apache.jena.atlas.lib.FileOps
-
Delete all files and directories (recursively) in a directory
- clearAll(String) - 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() - Method in class org.apache.jena.atlas.io.IndentedWriter
- clone(IndentedWriter) - Static 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() - 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() - Method in class org.apache.jena.atlas.iterator.Iter
- close() - Method in class org.apache.jena.atlas.iterator.IteratorBase
- close() - Method in class org.apache.jena.atlas.iterator.IteratorConcat
- close() - Method in class org.apache.jena.atlas.iterator.IteratorCons
- close() - Method in class org.apache.jena.atlas.iterator.IteratorDelayedInitialization
- close() - Method in class org.apache.jena.atlas.iterator.IteratorNoRemove
-
Deprecated.
- close() - Method in class org.apache.jena.atlas.iterator.IteratorOnClose
- close() - Method in class org.apache.jena.atlas.iterator.IteratorSlotted
- close() - Method in class org.apache.jena.atlas.iterator.IteratorWithBuffer
- close() - Method in class org.apache.jena.atlas.iterator.IteratorWithHistory
- close() - Method in class org.apache.jena.atlas.iterator.IteratorWrapper
- 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
- close(Closeable) - Static method in class org.apache.jena.atlas.io.IO
- close(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Close iterator if marked with
Closeable. - 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(Closeable) - Static method in class org.apache.jena.atlas.io.IO
- Closeable - Interface in org.apache.jena.atlas.lib
-
Close this object.
- 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
- closeSilent(Closeable) - 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
- collect(Supplier<R>, BiConsumer<R, T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
See
Stream.collect(Supplier, BiConsumer, BiConsumer), except without theBiConsumer<R, R> combiner - collect(Iterator<T>, Supplier<R>, BiConsumer<R, ? super T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
See
Stream.collect(Supplier, BiConsumer, BiConsumer), except without theBiConsumer<R, R> combiner - collect(Iterator<T>, Collector<? super T, A, R>) - Static method in class org.apache.jena.atlas.iterator.Iter
- collect(Collector<? super T, A, R>) - Method in class org.apache.jena.atlas.iterator.Iter
- 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(Iterator<T>, Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
An
Iteratorof 2Iterator'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.
- concat(Iter<T>, Iter<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
An
Iterof 2Iter's - concatPaths(String, String) - Static method in class org.apache.jena.atlas.lib.FileOps
- concatPaths(String, String) - Static method in class org.apache.jena.atlas.lib.Lib
-
Concatenate two "/" delimited path names.
- concurrentHashSet() - Static method in class org.apache.jena.atlas.lib.Lib
-
"ConcurrentHashSet"
- concurrentHashSet() - Static method in class org.apache.jena.atlas.lib.SetUtils
-
"ConcurrentHashSet"
- ConsoleHandlerStream - Class in org.apache.jena.atlas.logging.java
-
Console handler that modifies
ConsoleHandler. - 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(E) - Method in interface org.apache.jena.atlas.lib.persistent.PersistentSet
- contains(E) - Method in class org.apache.jena.atlas.lib.persistent.PSet
- 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, String) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
Does one string contain another string?
- contains(String, T) - Method in class org.apache.jena.atlas.lib.Trie
-
Gets whether a key value pair are present in the trie
- contains(K) - Method in class org.apache.jena.atlas.lib.RefCountingMap
- 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(X) - Method in interface org.apache.jena.atlas.lib.tuple.Tuple
-
forEach
- contains(X) - Method in class org.apache.jena.atlas.lib.tuple.Tuple0
- contains(X) - Method in class org.apache.jena.atlas.lib.tuple.Tuple1
- contains(X) - Method in class org.apache.jena.atlas.lib.tuple.Tuple2
- contains(X) - Method in class org.apache.jena.atlas.lib.tuple.Tuple3
- contains(X) - Method in class org.apache.jena.atlas.lib.tuple.Tuple4
- contains(X) - Method in class org.apache.jena.atlas.lib.tuple.Tuple5
- contains(X) - Method in class org.apache.jena.atlas.lib.tuple.Tuple6
- contains(X) - Method in class org.apache.jena.atlas.lib.tuple.Tuple7
- contains(X) - Method in class org.apache.jena.atlas.lib.tuple.Tuple8
- contains(X) - Method in class org.apache.jena.atlas.lib.tuple.TupleN
- containsKey(Object) - Method in class org.apache.jena.atlas.lib.RefCountingMap
- 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.CacheCaffeine
- containsKey(K) - Method in class org.apache.jena.atlas.lib.cache.CacheSimple
- 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(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?
- containsNonASCII(String) - Static method in class org.apache.jena.atlas.lib.IRILib
- convert(int, IntConsumer) - Static method in class org.apache.jena.atlas.io.ProcUTF8
-
Convert to UTF-8, calling an action on each byte.
- copy() - Method in interface org.apache.jena.atlas.lib.Copyable
-
Create a copy of this object.
- copy(String, String) - Static method in class org.apache.jena.atlas.io.IOX
-
Copy a file, not atomic. * Can copy to a directory or over an existing file.
- 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
- Copyable<T> - Interface in org.apache.jena.atlas.lib
-
Generic interface for objects that can create an independent copy of themselves.
- 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 start at 'start' 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
- copyOf(ByteBuffer) - Static method in class org.apache.jena.atlas.lib.ByteBufferLib
-
Copy of a ByteBuffer - the contents are copied (unlike
ByteBuffer.duplicate()) - count() - Method in class org.apache.jena.atlas.iterator.Iter
-
Count the iterator (this is destructive on the iterator)
- count(Iterator<T>) - Static 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() - Static method in class org.apache.jena.atlas.iterator.NullIterator
-
Deprecated.
- create() - Method in interface org.apache.jena.atlas.lib.Creator
-
Return a fresh instance
- create() - Static method in class org.apache.jena.atlas.lib.SinkNull
- 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(Iterator<? extends X>, Iterator<? extends X>) - Static method in class org.apache.jena.atlas.iterator.IteratorCons
- create(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.PeekIterator
- create(List<X>) - Static method in class org.apache.jena.atlas.lib.tuple.TupleFactory
-
Create a Tuple from a list
- create(L, R) - Static method in class org.apache.jena.atlas.lib.Pair
- create(PeekIterator<T>) - Static method in class org.apache.jena.atlas.iterator.PeekIterator
- 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
-
Deprecated.ProgressMonitor that outputs to a
Logger - create(X[]) - Static method in class org.apache.jena.atlas.lib.tuple.TupleFactory
-
Create a Tuple from an array
- 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.
- createCache(int, double) - Static method in class org.apache.jena.atlas.lib.CacheFactory
- createCache(int, BiConsumer<Key, Value>) - Static method in class org.apache.jena.atlas.lib.CacheFactory
-
Create a cache which has space for up to a certain number of objects.
- createCache(int, BiConsumer<Key, Value>, double) - Static method in class org.apache.jena.atlas.lib.CacheFactory
-
Create a cache which has space for up to a certain number of objects and with a configurable initial capacity.
- 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
- createDirectory(Path) - Static method in class org.apache.jena.atlas.io.IOX
-
Create a directory - throw a runtime exception if there are any problems.
- 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. slot replacement).
- createSync(CacheSet<Obj>) - Static method in class org.apache.jena.atlas.lib.CacheFactory
-
Add a synchronization wrapper to an existing set-cache
- createTempFile(Path, String, String, FileAttribute<?>...) - Static method in class org.apache.jena.atlas.io.IOX
-
Return a temporary filename path.
- Creator<T> - Interface in org.apache.jena.atlas.lib
-
Represents a creator of things.
- currentDirectory - Static variable in class org.apache.jena.atlas.io.IOX
- 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.
D
- 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(boolean) - Method in class org.apache.jena.base.module.Subsystem
-
Development support - flag to enable output during initialization.
- debug(PrintStream, Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Print an iterator, return a copy of the iterator.
- 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(Object, 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(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Print an iterator to stdout, return a copy of the iterator.
- debug(Stream<X>) - Static method in class org.apache.jena.atlas.lib.StreamOps
-
Print immediate, noting empty streams
- 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
- 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
- decodeHex(String) - Static method in class org.apache.jena.atlas.lib.IRILib
-
Decode a string that may have %-encoded sequences.
- decodeHex(String, char) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
Decode a string using marked hex values e.g. %20.
- decodeIndex(int) - Static method in class org.apache.jena.atlas.lib.Alg
- decodeUriQueryFrag(String) - Static method in class org.apache.jena.atlas.lib.IRILib
- delete(File, boolean) - Static method in class org.apache.jena.atlas.lib.FileOps
- delete(String) - Static method in class org.apache.jena.atlas.lib.FileOps
-
Delete a file
- delete(Path) - Static method in class org.apache.jena.atlas.io.IOX
-
Delete a file.
- deleteAll(String) - Static method in class org.apache.jena.atlas.io.IOX
- deleteAll(Path) - Static method in class org.apache.jena.atlas.io.IO
-
Delete everything from a
Pathstart point, including the path itself. - deleteAll(Path) - Static method in class org.apache.jena.atlas.io.IOX
-
Delete everything from a
Pathstart 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(Class<?>) - 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(Logger) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Turn on a logger (all levels).
- distinct() - Method in class org.apache.jena.atlas.iterator.Iter
-
Return an
Iterthat will see each element of the underlying iterator only once. - 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.
- distinctAdjacent() - Method in class org.apache.jena.atlas.iterator.Iter
-
Remove adjacent duplicates.
- distinctAdjacent(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Remove adjacent duplicates.
- dropUntil(Predicate<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Create an
Itersuch that elements from the front until a predicate test become true are dropped then return all remaining elements are iterated over. - 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.
- dropWhile(Predicate<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Create an
Itersuch that elements from the front while 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.
E
- 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
- element(Collection<X>) - Static method in class org.apache.jena.atlas.lib.StreamOps
-
An element from a
Collection - empty() - Static method in class org.apache.jena.atlas.iterator.Iter
- 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(Class<?>) - 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(Logger) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Turn on a logger (all levels).
- encode(int) - Static method in class org.apache.jena.atlas.io.OutStreamUTF8
-
Return a byte array with the UTF-8 encoding of the integer
- 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. %20.
- 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. ':' and '/' get encoded) Apply to a name/value of a query string.
- encodeUriPath(String) - Static method in class org.apache.jena.atlas.lib.IRILib
-
Encode using the rules for a path (e.g. ':' and '/' do not get encoded)
- encodeUriQueryFrag(String) - Static method in class org.apache.jena.atlas.lib.IRILib
-
Encode using the rules for a query string or fragment (e.g. ':' and '/' do not encoded).
- endTimer() - Method in class org.apache.jena.atlas.lib.Timer
-
Stop timing and return the elapsed time in milliseconds
- ensureBuffered(InputStream) - Static method in class org.apache.jena.atlas.io.IO
- ensureBuffered(OutputStream) - Static method in class org.apache.jena.atlas.io.IO
- ensureBuffered(Reader) - Static method in class org.apache.jena.atlas.io.IO
- ensureBuffered(Writer) - Static method in class org.apache.jena.atlas.io.IO
- 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
- envLogLoggingProperty - Static variable in class org.apache.jena.atlas.logging.LogCtl
-
Environment variable for debugging logging initialization.
- 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.io.IO
- EOF - Static variable in class org.apache.jena.atlas.lib.Chars
-
End of file - not a Unicode codepoint
- equalElts(A, B) - Method in class org.apache.jena.atlas.lib.Pair
-
Test whether the arguments are equal to the elements of this pair
- equals(Object) - Method in class org.apache.jena.atlas.lib.Pair
- equals(Object) - Method in class org.apache.jena.atlas.lib.tuple.Tuple6
- equals(T, T) - 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 Prefer
Objects.equals(Object, Object) - 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 without considering the order of the lists nor duplicates?
- 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(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(Object, String, Throwable) - Static method in class org.apache.jena.atlas.logging.Log
- 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
- 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
- exception(IOException) - 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.IOX
-
Convert an
IOExceptioninto aRuntimeIOException. - exception(String) - 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
- exception(String, IOException) - Static method in class org.apache.jena.atlas.io.IOX
-
Convert an
IOExceptioninto aRuntimeIOException. - exists(String) - Static method in class org.apache.jena.atlas.io.IO
- 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 "")
F
- FF - Static variable in class org.apache.jena.atlas.lib.Chars
- 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 the byte buffer from position to limit with a byte value
- fill(ByteBuffer, int, int, byte) - Static method in class org.apache.jena.atlas.lib.ByteBufferLib
-
Fill the section of the byte buffer from start (inc) to finish (exc) to limit with a byte value
- filter(Predicate<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Filter by predicate
- filter(Iterator<? extends T>, Predicate<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
- FilterDistinctAdjacent<T> - Class in org.apache.jena.atlas.iterator
- FilterDistinctAdjacent() - Constructor for class org.apache.jena.atlas.iterator.FilterDistinctAdjacent
- filterDrop(Iterator<? extends T>, Predicate<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
- FilterUnique<T> - Class in org.apache.jena.atlas.iterator
- FilterUnique() - Constructor for class org.apache.jena.atlas.iterator.FilterUnique
- findAny(Predicate<? super T>) - Method in class org.apache.jena.atlas.iterator.Iter
- findAny(Iterator<T>, Predicate<? super T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Return an Optional with an element of an iterator that matches the predicate.
- findFirst(Predicate<? super T>) - Method in class org.apache.jena.atlas.iterator.Iter
- findFirst(Iterator<T>, Predicate<? super T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Return an Optional with the first element of an iterator that matches the predicate.
- findLast(Predicate<? super T>) - Method in class org.apache.jena.atlas.iterator.Iter
- findLast(Iterator<T>, Predicate<? super T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Return an Optional with the last element of an iterator that matches the predicate.
- finish() - Method in class org.apache.jena.atlas.lib.ProgressMonitor
-
Deprecated.
- finisher() - Method in interface org.apache.jena.atlas.lib.IdentityFinishCollector
- finishMessage() - Method in class org.apache.jena.atlas.lib.ProgressMonitor
-
Deprecated.
- 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.
- 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(Stream<X>) - Static method in class org.apache.jena.atlas.lib.StreamOps
-
First element or null
- 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).
- 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).
- 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(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
- 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.
- 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() - 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
- 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
- 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(Iterator<? extends T>, R, Iter.Folder<T, R>) - Static method in class org.apache.jena.atlas.iterator.Iter
- foldLeft(R, Iter.Folder<T, R>) - Method in class org.apache.jena.atlas.iterator.Iter
- foldRight(Iterator<? extends T>, R, Iter.Folder<T, R>) - Static method in class org.apache.jena.atlas.iterator.Iter
- foldRight(R, Iter.Folder<T, R>) - Method in class org.apache.jena.atlas.iterator.Iter
- 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
- forEach(Consumer<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Apply the Consumer to each element of the iterator
- forEach(Consumer<T>) - Method in class org.apache.jena.atlas.lib.PairOfSameType
- forEach(Consumer<T>) - Method in class org.apache.jena.base.module.Subsystem
-
Call an action on each item in the registry.
- forEach(Iterator<T>, Consumer<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Shorter form of "forEachRemaining"
- forEach(Map<X, ? extends Collection<V>>, BiConsumer<X, V>) - Static method in class org.apache.jena.atlas.lib.CollectionUtils
-
Run an action on every member of a MultiMap (when not using Google Guava multimaps).
- forEachRemaining(Consumer<? super Long>) - Method in class org.apache.jena.atlas.iterator.IteratorInteger
- forEachRemaining(Consumer<? super T>) - Method in class org.apache.jena.atlas.iterator.Iter
- forEachRemaining(Consumer<? super T>) - Method in class org.apache.jena.atlas.iterator.IteratorConcat
- forEachRemaining(Consumer<? super T>) - Method in class org.apache.jena.atlas.iterator.IteratorCons
- forEachRemaining(Consumer<? super T>) - Method in class org.apache.jena.atlas.iterator.IteratorDelayedInitialization
- forEachRemaining(Consumer<? super T>) - Method in class org.apache.jena.atlas.iterator.IteratorOnClose
- forEachRemaining(Consumer<? super T>) - Method in class org.apache.jena.atlas.iterator.IteratorWrapper
- forEachRemaining(Consumer<? super T>) - Method in class org.apache.jena.atlas.iterator.NullIterator
-
Deprecated.
- forEachRemaining(Consumer<? super T>) - Method in class org.apache.jena.atlas.iterator.PushbackIterator
- forEachReverse(Consumer<T>) - Method in class org.apache.jena.base.module.Subsystem
-
Call an action on each item in the registry but in the reverse enumeration order.
- 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
-
Format a long value into a byte array as hex digits
- 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(CharSequence, ByteBuffer) - Static method in class org.apache.jena.atlas.io.BlockUTF8
- fromChars(CharBuffer, ByteBuffer) - Static method in class org.apache.jena.atlas.io.BlockUTF8
-
Convert characters to UTF-8 bytes in the ByteBuffer.
- fromUTF8bytes(byte[]) - Static method in class org.apache.jena.atlas.lib.Bytes
-
String from UTF8 bytes
- 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
G
- get() - Static method in class org.apache.jena.atlas.lib.AlarmClock
-
Global singleton for general use
- 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(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
- get(Object) - Method in class org.apache.jena.atlas.lib.RefCountingMap
-
Return the value associated with a key in the map.
- get(String) - Method in class org.apache.jena.atlas.lib.Trie
-
Gets the value associated with a key
- 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(K) - Method in class org.apache.jena.atlas.lib.Registry
- get(Key, Function<Key, T>) - Method in class org.apache.jena.atlas.lib.cache.CacheWrapper
- get(Key, Function<Key, Value>) - Method in interface org.apache.jena.atlas.lib.Cache
-
Get from cache; if not present, call the
Functionto fill the cache slot. - get(K, Function<K, V>) - Method in class org.apache.jena.atlas.lib.cache.Cache0
- get(K, Function<K, V>) - Method in class org.apache.jena.atlas.lib.cache.Cache1
- get(K, Function<K, V>) - Method in class org.apache.jena.atlas.lib.cache.CacheCaffeine
- get(K, Function<K, V>) - Method in class org.apache.jena.atlas.lib.cache.CacheSimple
- 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
- getenv(String) - Static method in class org.apache.jena.atlas.lib.Lib
-
Get an environment variable value; if not found try in the system properties.
- getenv(String, String) - Static method in class org.apache.jena.atlas.lib.Lib
-
Get system properties (argument sysPropName) or if not found, read an environment variable value (argument envName).
- getExecutionService() - Static method in class org.apache.jena.atlas.lib.ThreadLib
- 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.CacheCaffeine
- 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
- getLevel(Class<?>) - Static method in class org.apache.jena.atlas.logging.LogCtl
- getLevel(String) - Static method in class org.apache.jena.atlas.logging.LogCtl
- getLevel(Logger) - Static method in class org.apache.jena.atlas.logging.LogCtl
- 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(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
-
Deprecated, for removal: This API element is subject to removal in a future version.
- 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(). 0 means last call of next.
- getPropertyAsBoolean(Properties, String) - Static method in class org.apache.jena.atlas.lib.PropertyUtils
- getPropertyAsBoolean(Properties, String, boolean) - 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
-
Deprecated.
- getTimeInterval() - Method in class org.apache.jena.atlas.lib.Timer
-
Read an elapsed timer
- getUnitIndent() - Method in class org.apache.jena.atlas.io.IndentedWriter
H
- hashCode() - Method in class org.apache.jena.atlas.lib.Pair
- hashCode() - Method in class org.apache.jena.atlas.lib.tuple.Tuple6
- hashCodeObject(Object) - Static method in class org.apache.jena.atlas.lib.Lib
-
HashCode - allow nulls
- hashCodeObject(Object, int) - Static method in class org.apache.jena.atlas.lib.Lib
-
HashCode - allow nulls
- hasLineNumbers() - Method in class org.apache.jena.atlas.io.IndentedWriter
- hasNext() - Method in class org.apache.jena.atlas.iterator.Iter
- hasNext() - Method in class org.apache.jena.atlas.iterator.IteratorBase
- hasNext() - Method in class org.apache.jena.atlas.iterator.IteratorBlockingQueue
- hasNext() - Method in class org.apache.jena.atlas.iterator.IteratorConcat
- hasNext() - Method in class org.apache.jena.atlas.iterator.IteratorCons
- hasNext() - Method in class org.apache.jena.atlas.iterator.IteratorDelayedInitialization
- hasNext() - Method in class org.apache.jena.atlas.iterator.IteratorInteger
- hasNext() - Method in class org.apache.jena.atlas.iterator.IteratorOnClose
- hasNext() - Method in class org.apache.jena.atlas.iterator.IteratorSlotted
- hasNext() - Method in class org.apache.jena.atlas.iterator.IteratorWithBuffer
- hasNext() - Method in class org.apache.jena.atlas.iterator.IteratorWithHistory
- hasNext() - Method in class org.apache.jena.atlas.iterator.IteratorWrapper
- hasNext() - Method in class org.apache.jena.atlas.iterator.NullIterator
-
Deprecated.
- hasNext() - Method in class org.apache.jena.atlas.iterator.PeekIterator
- hasNext() - Method in class org.apache.jena.atlas.iterator.PushbackIterator
- hasNext() - Method in class org.apache.jena.atlas.iterator.SingletonIterator
- Hex - Class in org.apache.jena.atlas.lib
-
Working in hex ...
- Hex() - Constructor for class org.apache.jena.atlas.lib.Hex
- hexByteToInt(int) - Static method in class org.apache.jena.atlas.lib.Hex
- hexByteToInt(int, int) - Static method in class org.apache.jena.atlas.lib.Hex
-
Return the value of the hex digit, or the marker value if not a hex digit.
- hexCharToInt(char) - Static method in class org.apache.jena.atlas.lib.Bytes
- hexDigitsLC - Static variable in class org.apache.jena.atlas.lib.Bytes
- hexDigitsLC - Static variable in class org.apache.jena.atlas.lib.Chars
-
Hex digits : lower case
- hexDigitsUC - Static variable in class org.apache.jena.atlas.lib.Bytes
- hexDigitsUC - Static variable in class org.apache.jena.atlas.lib.Chars
-
Hex digits : upper case
- hexStringToInt(String, int, int) - Static method in class org.apache.jena.atlas.lib.Hex
-
Hex string to value
- hitRate - Variable in class org.apache.jena.atlas.lib.cache.CacheInfo
- hits - Variable in class org.apache.jena.atlas.lib.cache.CacheInfo
I
- 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(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(Object, 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(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
- 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
- initialize() - Method in class org.apache.jena.base.module.Subsystem
-
Initialize
- 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(String, Throwable) - Constructor for exception org.apache.jena.atlas.lib.InternalErrorException
- InternalErrorException(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
- IOX - Class in org.apache.jena.atlas.io
- IOX() - Constructor for class org.apache.jena.atlas.io.IOX
- IOX.ActionIO - Interface in org.apache.jena.atlas.io
-
Run I/O code
- IOX.IOConsumer<X> - Interface in org.apache.jena.atlas.io
-
A Consumer that can throw
IOException. - 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 class org.apache.jena.atlas.lib.CharSpace
- isDirectory(String) - Static method in class org.apache.jena.atlas.io.IO
- 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.CacheCaffeine
- 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() - 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
-
Test whether the Trie is empty.
- isEmpty() - Method in interface org.apache.jena.atlas.lib.tuple.Tuple
-
Return true if this is a zero-length tuple
- isEmpty() - Method in interface org.apache.jena.base.module.SubsystemRegistry
- isEmpty() - Method in class org.apache.jena.base.module.SubsystemRegistryServiceLoader
- isEmpty(CharSequence) - Static method in class org.apache.jena.atlas.lib.Lib
- isEmpty(String) - Static method in class org.apache.jena.atlas.lib.FileOps
-
Test for an empty file
- isEmptyDirectory(String) - Static method in class org.apache.jena.atlas.io.IO
- isMacOS - Static variable in class org.apache.jena.base.Sys
-
Is this MacOS?
- isPropertyOrEnvVarSetToTrue(String) - Static method in class org.apache.jena.atlas.lib.Lib
-
Test whether a property (environment variable or system property) is true.
- isPropertyOrEnvVarSetToTrue(String, String) - Static method in class org.apache.jena.atlas.lib.Lib
-
Test whether a property (argument sysPropName) or an environment variable (argument envName) is true.
- isRegistered(K) - Method in class org.apache.jena.atlas.lib.Registry
- isRegistered(T) - Method in interface org.apache.jena.base.module.SubsystemRegistry
-
check whether registered
- isRegistered(T) - Method in class org.apache.jena.base.module.SubsystemRegistryServiceLoader
- 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(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(Iter<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
- Iter<T> - Class in org.apache.jena.atlas.iterator
-
Iter provides general utilities for working with Iterators.
- Iter.Folder<X,
Y> - Interface in org.apache.jena.atlas.iterator - 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
- iterator(Iterator<? extends T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Create another iterator without risk of concurrent modification exceptions.
- IteratorBase<X> - Class in org.apache.jena.atlas.iterator
-
Iterator base class that adds "closeable" to an iterator.
- 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
- IteratorCloseable<T> - Interface in org.apache.jena.atlas.iterator
-
Convenience name for an iterator which is
Closeable. - 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
- IteratorInteger - Class in org.apache.jena.atlas.iterator
- IteratorInteger(long, long) - Constructor for class org.apache.jena.atlas.iterator.IteratorInteger
-
[start, finish)
- IteratorNoRemove<T> - Class in org.apache.jena.atlas.iterator
-
Deprecated, for removal: This API element is subject to removal in a future version.
- IteratorNoRemove(int, Iterator<T>) - Constructor for class org.apache.jena.atlas.iterator.IteratorNoRemove
-
Deprecated.
- IteratorOnClose<T> - Class in org.apache.jena.atlas.iterator
-
Add an "onClose" action to an Iterator.
- 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
J
- JSON - Enum constant in enum class org.apache.jena.atlas.logging.LogCtlLog4j2.SyntaxHint
- JUL_LOGGING - Static variable in class org.apache.jena.atlas.logging.LogCtlJUL
K
- keys() - Method in class org.apache.jena.atlas.lib.cache.Cache0
- keys() - Method in class org.apache.jena.atlas.lib.cache.Cache1
- keys() - Method in class org.apache.jena.atlas.lib.cache.CacheCaffeine
- keys() - Method in class org.apache.jena.atlas.lib.cache.CacheSimple
- keys() - Method in class org.apache.jena.atlas.lib.cache.CacheWrapper
- keys() - Method in interface org.apache.jena.atlas.lib.Cache
-
Iterate over all keys.
- keys() - Method in class org.apache.jena.atlas.lib.PropertiesSorted
- keys() - Method in class org.apache.jena.atlas.lib.RefCountingMap
- keys() - Method in class org.apache.jena.atlas.lib.Registry
- keySet() - Method in class org.apache.jena.atlas.lib.RefCountingMap
L
- last() - Method in class org.apache.jena.atlas.iterator.Iter
- 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<? super T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Return the last element satisfying a predicate.
- last(List<T>) - Static method in class org.apache.jena.atlas.lib.ListUtils
- lastChar(String) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
Return the last character of a string, return char zero if the string is zero length.
- lastIndex(List<T>, Predicate<? super T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Find the last occurrence, defined by a predicate, in a list.
- 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
- level() - Method in interface org.apache.jena.base.module.SubsystemLifecycle
-
Provide a marker as to the level to order initialization, 10,20,30,...
- LF - Static variable in class org.apache.jena.atlas.lib.Chars
- Lib - Class in org.apache.jena.atlas.lib
- limit(long) - Method in class org.apache.jena.atlas.iterator.Iter
-
Limit the number of elements.
- limit(Iterator<X>, long) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Return an iterator that is limited to the given number of elements.
- listDiff(List<T>, List<T>) - Static method in class org.apache.jena.atlas.lib.ListUtils
-
Asymmetric diff of two unordered lists, returning the elements in
list1not inlist2. - listDiffBoth(List<T>, List<T>) - Static method in class org.apache.jena.atlas.lib.ListUtils
-
Diff of two unordered lists, returning the elements in list1 not in list2, and the elements of list2 not in list1.
- ListUtils - Class in org.apache.jena.atlas.lib
-
Various things for lists
- load() - Method in interface org.apache.jena.base.module.SubsystemRegistry
-
Load - perform some kinds of search for
SubsystemLifecycleimplementations. - load() - Method in class org.apache.jena.base.module.SubsystemRegistryServiceLoader
- 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(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(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
-
Simple wrappers and operations for convenient, non-time critical logging.
- log4j2ConfigFileProperty - Static variable in class org.apache.jena.atlas.logging.LogCtl
-
The log4j2 configuration file - must be a file or URL, not a classpath java resource.
- log4j2ConfigFilePropertyLegacy - Static variable in class org.apache.jena.atlas.logging.LogCtl
-
Legacy name for log4j2 configuration file
- log4j2setup - Static variable in class org.apache.jena.atlas.logging.LogCtlLog4j2
-
Default log4j2 setup
- LogCtl - Class in org.apache.jena.atlas.logging
-
Setup and control of logging.
- LogCtl() - Constructor for class org.apache.jena.atlas.logging.LogCtl
- LogCtlJUL - Class in org.apache.jena.atlas.logging
-
java.util.logging specific code.
- LogCtlLog4j2 - Class in org.apache.jena.atlas.logging
-
Additional logging control, for Log4j2 as used by jena-cmds.
- LogCtlLog4j2() - Constructor for class org.apache.jena.atlas.logging.LogCtlLog4j2
- LogCtlLog4j2.SyntaxHint - Enum Class in org.apache.jena.atlas.logging
-
Enum for possible syntax of a Log4j configuration file.
- logLifecycle(String, Object...) - Method in class org.apache.jena.base.module.Subsystem
-
Output a debugging message if DEBUG_INIT is set
- logLoggingProperty - Static variable in class org.apache.jena.atlas.logging.LogCtl
-
Property variable for debugging logging initialization.
- longestMatch(String) - Method in class org.apache.jena.atlas.lib.Trie
-
Finds the longest match for a given key i.e. returns the value associated with the longest prefix of the key that has a value
- longToBytes(long) - Static method in class org.apache.jena.atlas.lib.Bytes
-
Put a long value into an allocated byte array.
- lowercase(String) - Static method in class org.apache.jena.atlas.lib.Lib
-
Non-locale lowercase
Locale.ROOT
M
- 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(Function<T, R>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Map each element using given function
- map(Function<X, Y>) - Method in interface org.apache.jena.atlas.lib.tuple.Tuple
-
Map to a new tuple.
- map(Function<X, Y>) - Method in class org.apache.jena.atlas.lib.tuple.Tuple0
- map(Function<X, Y>) - Method in class org.apache.jena.atlas.lib.tuple.Tuple1
- map(Function<X, Y>) - Method in class org.apache.jena.atlas.lib.tuple.Tuple2
- map(Function<X, Y>) - Method in class org.apache.jena.atlas.lib.tuple.Tuple3
- map(Function<X, Y>) - Method in class org.apache.jena.atlas.lib.tuple.Tuple4
- map(Function<X, Y>) - Method in class org.apache.jena.atlas.lib.tuple.Tuple5
- map(Function<X, Y>) - Method in class org.apache.jena.atlas.lib.tuple.Tuple6
- map(Function<X, Y>) - Method in class org.apache.jena.atlas.lib.tuple.Tuple7
- map(Function<X, Y>) - Method in class org.apache.jena.atlas.lib.tuple.Tuple8
- map(Function<X, Y>) - Method in class org.apache.jena.atlas.lib.tuple.TupleN
- 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
Tto anR. - 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 istuple.get(tupleMap.mapIdx(0)).
Mapping a tuple ismap(tuple) == create(tuple.mapIdx(0) , tuple.mapIdx(1), ... tuple.mapIdx(n-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.
- max(Comparator<T>) - Method in class org.apache.jena.atlas.iterator.Iter
- max(Iterator<T>, Comparator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
- min(Comparator<T>) - Method in class org.apache.jena.atlas.iterator.Iter
- min(Iterator<T>, Comparator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
- minus(E) - Method in interface org.apache.jena.atlas.lib.persistent.PersistentSet
- minus(E) - Method in class org.apache.jena.atlas.lib.persistent.PSet
- minus(K) - Method in interface org.apache.jena.atlas.lib.persistent.PersistentMap
- minus(K) - Method in class org.apache.jena.atlas.lib.persistent.PMap
- misses - Variable in class org.apache.jena.atlas.lib.cache.CacheInfo
- move(Path, Path) - Static method in class org.apache.jena.atlas.io.IOX
-
Atomically move a file.
- moveAllowCopy(Path, Path) - Static method in class org.apache.jena.atlas.io.IOX
-
Move a file, allowing the system to copy-delete it if it can not be moved atomically.
- murmurHashHex(String) - Static method in class org.apache.jena.atlas.lib.Lib
-
Calculate the Murmur3 hash of a string, and return it as a hex-encoded string.
N
- newline() - Method in class org.apache.jena.atlas.io.IndentedWriter
- next() - Method in class org.apache.jena.atlas.iterator.Iter
- next() - Method in class org.apache.jena.atlas.iterator.IteratorBase
- next() - Method in class org.apache.jena.atlas.iterator.IteratorBlockingQueue
- next() - Method in class org.apache.jena.atlas.iterator.IteratorConcat
- next() - Method in class org.apache.jena.atlas.iterator.IteratorCons
- next() - Method in class org.apache.jena.atlas.iterator.IteratorDelayedInitialization
- next() - Method in class org.apache.jena.atlas.iterator.IteratorInteger
- next() - Method in class org.apache.jena.atlas.iterator.IteratorOnClose
- next() - Method in class org.apache.jena.atlas.iterator.IteratorSlotted
- next() - Method in class org.apache.jena.atlas.iterator.IteratorWithBuffer
- next() - Method in class org.apache.jena.atlas.iterator.IteratorWithHistory
- next() - Method in class org.apache.jena.atlas.iterator.IteratorWrapper
- next() - Method in class org.apache.jena.atlas.iterator.NullIterator
-
Deprecated.
- next() - Method in class org.apache.jena.atlas.iterator.PeekIterator
- next() - Method in class org.apache.jena.atlas.iterator.PushbackIterator
- next() - Method in class org.apache.jena.atlas.iterator.SingletonIterator
- NL - Static variable in class org.apache.jena.atlas.lib.Chars
- noneMatch(Predicate<? super T>) - Method in class org.apache.jena.atlas.iterator.Iter
- noneMatch(Iterator<T>, Predicate<? super T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Return true if none of the elements of the iterator passes the predicate test reads the stream to first element passing the filter)
- noNewlineEnding(String) - Static method in class org.apache.jena.atlas.lib.StrUtils
- noOutputJUL(Runnable, String) - Static method in class org.apache.jena.atlas.logging.LogCtlJUL
-
Suppress messages on a specific logger for the duration of a
Runnable. - noRemove(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Return an iterator that does not permit remove.
- NotACharacter - Static variable in class org.apache.jena.atlas.lib.Chars
- notEqual(T, T) - Static method in class org.apache.jena.atlas.lib.Lib
-
Return true if obj1 and obj are not equal
- notFilter(Iterator<? extends T>, Predicate<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
- NotImplemented - Exception in org.apache.jena.atlas.lib
- NotImplemented() - Constructor for exception org.apache.jena.atlas.lib.NotImplemented
- NotImplemented(String) - Constructor for exception org.apache.jena.atlas.lib.NotImplemented
- NotImplemented(String, Throwable) - Constructor for exception org.apache.jena.atlas.lib.NotImplemented
- NotImplemented(Throwable) - Constructor for exception org.apache.jena.atlas.lib.NotImplemented
- nowAsString() - Static method in class org.apache.jena.atlas.lib.DateTimeUtils
-
Return "now" as readable string (date in yyyy/MM/dd format)
- nowAsString(String) - Static method in class org.apache.jena.atlas.lib.DateTimeUtils
- nowAsString(DateTimeFormatter) - Static method in class org.apache.jena.atlas.lib.DateTimeUtils
- nowAsXSDDateTimeString() - Static method in class org.apache.jena.atlas.lib.DateTimeUtils
- nullIter() - Static method in class org.apache.jena.atlas.iterator.Iter
- nullIterator() - Static method in class org.apache.jena.atlas.iterator.Iter
- NullIterator<T> - Class in org.apache.jena.atlas.iterator
-
Deprecated.
- NullOutputStream - Class in org.apache.jena.atlas.io
-
/dev/null
- NullOutputStream() - Constructor for class org.apache.jena.atlas.io.NullOutputStream
- NumberUtils - Class in org.apache.jena.atlas.lib
- NumberUtils() - Constructor for class org.apache.jena.atlas.lib.NumberUtils
O
- OBJECT_REPLACEMENT - Static variable in class org.apache.jena.atlas.lib.Chars
- of(T) - Static method in class org.apache.jena.atlas.iterator.Iter
- of(T...) - Static method in class org.apache.jena.atlas.iterator.Iter
- ofNullable(T) - Static method in class org.apache.jena.atlas.iterator.Iter
- onClose(Iterator<T>, Runnable) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Run an action when an iterator is closed.
- onCloseIO(Iterator<T>, Closeable) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Run an action when an iterator is closed.
- oneElt(Collection<T>) - Static method in class org.apache.jena.atlas.lib.CollectionUtils
-
Return an element from a collection.
- oneHex(Writer, int, int) - Static method in class org.apache.jena.atlas.io.OutputUtils
-
Print one hex digit of the number
- oneHex(StringBuilder, 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(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.
- 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.
- 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
-
Types for managing persistent data structures.
- 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 - module org.apache.jena.base
- org.apache.jena.base - package org.apache.jena.base
- org.apache.jena.base.module - package org.apache.jena.base.module
-
Loading additional functionality.
- output(char) - Method in class org.apache.jena.atlas.io.BufferingWriter
-
Output a single character
- 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(int) - Method in class org.apache.jena.atlas.io.OutStreamUTF8
- output(OutputStream, int) - Static method in class org.apache.jena.atlas.io.OutStreamUTF8
- 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(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
P
- 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 -
A pair
- 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() - Method in class org.apache.jena.atlas.iterator.PeekIterator
-
Peek the next element or return null This code predates
Optional. - 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(T) - Method in class org.apache.jena.atlas.iterator.IteratorSlotted
-
Look at the next element - returns dft when there is no element
- 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 - it is one slot ahead reading 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(E) - Method in interface org.apache.jena.atlas.lib.persistent.PersistentSet
- plus(E) - Method in class org.apache.jena.atlas.lib.persistent.PSet
- plus(K, V) - Method in interface org.apache.jena.atlas.lib.persistent.PersistentMap
- plus(K, V) - Method in class org.apache.jena.atlas.lib.persistent.PMap
- PMap<K,
V, SelfType extends PMap<K, V, SelfType>> - Class in org.apache.jena.atlas.lib.persistent -
An implementation of
PersistentMapusingMap. - 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
- powerSet(Set<X>) - Static method in class org.apache.jena.atlas.lib.Lib
-
PowerSet
- 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 class org.apache.jena.atlas.io.IndentedWriter
- print(char) - Method in class org.apache.jena.atlas.io.Writer2
- print(char[]) - Method in interface org.apache.jena.atlas.io.AWriter
- print(char[]) - Method in class org.apache.jena.atlas.io.IndentedWriter
- print(char[]) - Method in class org.apache.jena.atlas.io.Writer2
- print(char, int) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
Print a char N times
- print(PrintStream, String, Stream<X>) - Static method in class org.apache.jena.atlas.lib.StreamOps
- print(PrintStream, ByteBuffer) - Static method in class org.apache.jena.atlas.lib.ByteBufferLib
- print(PrintStream, Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Print an iterator (destructive)
- print(PrintStream, Stream<X>) - Static method in class org.apache.jena.atlas.lib.StreamOps
- print(Object) - Method in class org.apache.jena.atlas.io.IndentedWriter
- print(String) - Method in interface org.apache.jena.atlas.io.AWriter
- print(String) - Method in class org.apache.jena.atlas.io.IndentedWriter
- print(String) - Method in class org.apache.jena.atlas.io.Writer2
- print(String, int) - Method in class org.apache.jena.atlas.io.IndentedWriter
-
Print a string N times
- print(String, Object...) - Method in interface org.apache.jena.atlas.lib.ProgressMonitor.Output
-
Deprecated.
- print(ByteBuffer) - Static method in class org.apache.jena.atlas.lib.ByteBufferLib
- print(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Print an iterator (destructive)
- print(Stream<X>) - Static method in class org.apache.jena.atlas.lib.StreamOps
-
Debug : print stream.
- 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
- Printable - Interface in org.apache.jena.atlas.io
- 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(Writer, int, int) - Static method in class org.apache.jena.atlas.io.OutputUtils
-
Print the number x in width hex chars.
- printHex(StringBuilder, 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() - Method in interface org.apache.jena.atlas.io.AWriter
- println() - Method in class org.apache.jena.atlas.io.IndentedWriter
- println() - Method in class org.apache.jena.atlas.io.Writer2
- println(char) - Method in class org.apache.jena.atlas.io.IndentedWriter
- println(Object) - Method in class org.apache.jena.atlas.io.IndentedWriter
- println(String) - Method in interface org.apache.jena.atlas.io.AWriter
- println(String) - Method in class org.apache.jena.atlas.io.IndentedWriter
- println(String) - Method in class org.apache.jena.atlas.io.Writer2
- PrintUtils - Class in org.apache.jena.atlas.io
-
Deprecated, for removal: This API element is subject to removal in a future version.
- PrintUtils() - Constructor for class org.apache.jena.atlas.io.PrintUtils
-
Deprecated.
- printVersion(PrintStream, String, String) - Static method in class org.apache.jena.atlas.lib.Version
- printVersion(PrintStream, String, Optional<String>) - Static method in class org.apache.jena.atlas.lib.Version
- 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
- 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
- ProcUTF8 - Class in org.apache.jena.atlas.io
-
Convert UTF-8 encoded data.
- ProcUTF8() - Constructor for class org.apache.jena.atlas.io.ProcUTF8
- ProgressMonitor - Class in org.apache.jena.atlas.lib
-
Deprecated, for removal: This API element is subject to removal in a future version.Use RIOT's
org.apache.system.progress.ProgressMonitor. - ProgressMonitor(String, long, int, ProgressMonitor.Output) - Constructor for class org.apache.jena.atlas.lib.ProgressMonitor
-
Deprecated.
- ProgressMonitor.Output - Interface in org.apache.jena.atlas.lib
-
Deprecated.
- PROPERTIES - Enum constant in enum class org.apache.jena.atlas.logging.LogCtlLog4j2.SyntaxHint
- 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
-
A implementation of
PersistentSetusingSet. - 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 back into the iterator, to be yielded (LIFO) next time.
- PushbackIterator(Iterator<T>) - Constructor for class org.apache.jena.atlas.iterator.PushbackIterator
- 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, T) - Method in class org.apache.jena.atlas.lib.Registry
- 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.CacheCaffeine
- put(K, V) - Method in class org.apache.jena.atlas.lib.cache.CacheSimple
- 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
- 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
Q
- qrandom - Static variable in class org.apache.jena.atlas.lib.RandomLib
-
Random numbers, good seed, cheaper allocation
R
- 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() - Method in class org.apache.jena.atlas.io.CharStreamReader
- read() - Method in class org.apache.jena.atlas.io.InputStreamBuffered
- read() - Method in class org.apache.jena.atlas.io.InStreamASCII
- read() - Method in class org.apache.jena.atlas.io.InStreamUTF8
- read() - Method in class org.apache.jena.atlas.io.PeekInputStream
- read() - Method in class org.apache.jena.atlas.io.PeekReader
- read() - Method in class org.apache.jena.atlas.lib.Timer
-
Read the timer - either the instantaneous value (if running) or elapsed time (if finished).
- read(byte[], int, int) - Method in class org.apache.jena.atlas.io.PeekInputStream
- read(char[], int, int) - Method in class org.apache.jena.atlas.io.CharStreamReader
- read(char[], int, int) - Method in class org.apache.jena.atlas.io.InStreamASCII
- read(char[], int, int) - Method in class org.apache.jena.atlas.io.InStreamUTF8
- read(char[], int, int) - Method in class org.apache.jena.atlas.io.PeekReader
- readAll(Path) - Static method in class org.apache.jena.atlas.io.IOX
-
Read the whole of a file
- 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(InputStream) - Static method in class org.apache.jena.atlas.io.IO
-
Read a whole stream as UTF-8
- readWholeFileAsUTF8(String) - Static method in class org.apache.jena.atlas.io.IO
-
Read a whole file as UTF-8
- ready() - Method in class org.apache.jena.atlas.io.CharStreamReader
- ready() - Method in class org.apache.jena.atlas.io.InStreamASCII
- ready() - Method in class org.apache.jena.atlas.io.InStreamUTF8
- reconfigureLog4j2fromFile(String) - Static method in class org.apache.jena.atlas.logging.LogCtlLog4j2
-
Reconfigure log4j2 from a file.
- reconfigureLog4j2fromFile(String, LogCtlLog4j2.SyntaxHint) - Static method in class org.apache.jena.atlas.logging.LogCtlLog4j2
-
Reconfigure log4j2 from a file.
- reconfigureLog4j2fromString(String, LogCtlLog4j2.SyntaxHint) - Static method in class org.apache.jena.atlas.logging.LogCtlLog4j2
-
Reconfigure log4j2 from a string.
- reduce(BinaryOperator<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Reduce.
- reduce(Iterator<T>, BinaryOperator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
- reduce(Iterator<T>, T, BinaryOperator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
- reduce(T, BinaryOperator<T>) - Method in class org.apache.jena.atlas.iterator.Iter
- 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.IteratorCons
- remove() - Method in class org.apache.jena.atlas.iterator.IteratorDelayedInitialization
- remove() - Method in class org.apache.jena.atlas.iterator.IteratorWrapper
- remove() - Method in class org.apache.jena.atlas.iterator.NullIterator
-
Deprecated.
- remove() - Method in class org.apache.jena.atlas.iterator.SingletonIterator
- remove(String) - Method in class org.apache.jena.atlas.lib.Trie
-
Removes a value from the trie
- 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.CacheCaffeine
- remove(K) - Method in class org.apache.jena.atlas.lib.cache.CacheSimple
- 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(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 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(T) - Method in interface org.apache.jena.atlas.lib.CacheSet
- remove(T) - Method in interface org.apache.jena.base.module.SubsystemRegistry
-
Remove from the collection.
- remove(T) - Method in class org.apache.jena.base.module.SubsystemRegistryServiceLoader
- removeAll(K) - Method in class org.apache.jena.atlas.lib.RefCountingMap
-
Remove the entry corresponding to the key from the map completely.
- removeNulls() - Method in class org.apache.jena.atlas.iterator.Iter
-
Remove nulls
- removeNulls(Iterator<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Remove nulls from an iterator
- replace(String, String, String) - Static method in class org.apache.jena.atlas.lib.StrUtils
- REPLACEMENT - Static variable in class org.apache.jena.atlas.lib.Chars
- 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)
- resetLogging(InputStream, String) - Static method in class org.apache.jena.atlas.logging.LogCtlLog4j2
-
Reset logging for log4j2 from a string.
- resetLogging(InputStream, LogCtlLog4j2.SyntaxHint) - Static method in class org.apache.jena.atlas.logging.LogCtlLog4j2
-
Reset logging for log4j2 from an
InputStreamwith the given syntax. - resetLogging(String) - Static method in class org.apache.jena.atlas.logging.LogCtlLog4j2
-
Reset logging for log4j2.
- reverse() - Method in class org.apache.jena.atlas.lib.tuple.TupleMap
-
Return a
TupleMapthat maps in the opposite direction - reverseIterate(List<T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
reverse iterator for a list
- reverseIterate(List<T>, Consumer<? super T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
reverse for each on a list.
- ReverseOrderBOM - Static variable in class org.apache.jena.atlas.lib.Chars
- routeJULtoSLF4J() - Static method in class org.apache.jena.atlas.logging.LogCtlJUL
-
Route JUL to SLF4J.
- run() - Method in interface org.apache.jena.atlas.io.IOX.ActionIO
- run(IOX.ActionIO) - Static method in class org.apache.jena.atlas.io.IOX
-
Run an action, converting an
IOExceptioninto aRuntimeIOException. - runtimeException(Exception) - Static method in class org.apache.jena.atlas.lib.Lib
-
Return a RuntimeException.
- 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(String, Throwable) - Constructor for exception org.apache.jena.atlas.RuntimeIOException
-
Wrap a Throwable - this is usually an IOException.
- RuntimeIOException(Throwable) - Constructor for exception org.apache.jena.atlas.RuntimeIOException
-
Wrap a Throwable - this is usually an IOException.
S
- 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_TILDE - 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
- safeWrite(Path, Path, IOX.IOConsumer<OutputStream>) - Static method in class org.apache.jena.atlas.io.IOX
-
Write a file safely - the change happens (the function returns true) or something went wrong (the function throws a runtime exception) and the file is not changed.
- safeWrite(Path, IOX.IOConsumer<OutputStream>) - Static method in class org.apache.jena.atlas.io.IOX
-
Write a file safely - the change happens (the function returns true) or something went wrong (the function throws a runtime exception) and the file is not changed.
- safeWriteOrCopy(Path, Path, IOX.IOConsumer<OutputStream>) - Static method in class org.apache.jena.atlas.io.IOX
-
Write a file safely, but allow system to use copy-delete if the change can not be done atomically.
- 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
-
Test whether two byte buffers have the same byte content
- 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(Sink<T>) - Method in class org.apache.jena.atlas.iterator.Iter
- 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(int, T) - Method in class org.apache.jena.atlas.iterator.IteratorWithBuffer
-
Set the element to be returned by a subsequent .next().
- 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 start (inc) to finish (exc) to one
- set(Logger, 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
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
LogCtl.setLogging(). - 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(Class<?>) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Set to error level.
- setError(String) - 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(Class<?>) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Set to info level.
- setInfo(String) - 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
-
Setup java.util.logging with the configuration from a file.
- setJavaLogging(String) - Static method in class org.apache.jena.atlas.logging.LogCtlJUL
- setJavaLoggingDft() - Static method in class org.apache.jena.atlas.logging.LogCtlJUL
- 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
- setLevel(Logger, 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.
- setLog4j2() - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Setup log4j2, including looking for a file "log4j2.properties" or "log4j2.xml" in the current working directory.
- setLogging() - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Set logging.
- 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
- setSubsystemRegistry(SubsystemRegistry<T>) - Method in class org.apache.jena.base.module.Subsystem
-
Set the
SubsystemRegistry. - setUnitIndent(int) - Method in class org.apache.jena.atlas.io.IndentedWriter
- SetUtils - Class in org.apache.jena.atlas.lib
-
Set specific operations
- setWarn(Class<?>) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Set to warning level.
- setWarn(String) - 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. returns the value associated with the shortest prefix of the key that has a value
- shutdown() - Method in class org.apache.jena.base.module.Subsystem
-
Shutdown subsystems
- singleton(T) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Deprecated.
- singletonIter(T) - Static method in class org.apache.jena.atlas.iterator.Iter
- singletonIterator(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() - Constructor for class org.apache.jena.atlas.lib.SinkCounting
- SinkCounting(Sink<T>) - 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.CacheCaffeine
- 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
- size() - Method in interface org.apache.jena.base.module.SubsystemRegistry
- size() - Method in class org.apache.jena.base.module.SubsystemRegistryServiceLoader
- skip(long) - Method in class org.apache.jena.atlas.iterator.Iter
-
Skip over a number of elements.
- skip(Iterator<X>, long) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Skip over a number of elements of an iterator
- skipToEnd(InputStream) - Static method in class org.apache.jena.atlas.io.IO
-
Skip to the end of the InputStream, discarding input.
- skipToEnd(Reader) - Static method in class org.apache.jena.atlas.io.IO
-
Skip to the end of the Reader, discarding input.
- sleep(int) - Static method in class org.apache.jena.atlas.lib.Lib
- slotIsValid() - Method in class org.apache.jena.atlas.iterator.PeekIterator
-
Return whether the peek'ed element exists of not.
- snapshot() - Method in interface org.apache.jena.base.module.SubsystemRegistry
-
Return the registered items in a copied list.
- snapshot() - Method in class org.apache.jena.base.module.SubsystemRegistryServiceLoader
- 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.lib.ProgressMonitor
-
Deprecated.
- start() - Method in interface org.apache.jena.base.module.SubsystemLifecycle
-
start - a module should be ready to operate when this returns.
- startMessage() - Method in class org.apache.jena.atlas.lib.ProgressMonitor
-
Deprecated.Print a start message using the label
- startMessage(String) - Method in class org.apache.jena.atlas.lib.ProgressMonitor
-
Deprecated.Print a start message using a different string.
- startTimer() - Method in class org.apache.jena.atlas.lib.Timer
- stats() - Method in interface org.apache.jena.atlas.lib.Cache
-
Cache statistics (not supported by all caches)
- 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
stepsplaces. - stop() - Method in interface org.apache.jena.base.module.SubsystemLifecycle
-
stop - a module should have performed any shutdown operations by the time this returns.
- storeToFile(Properties, String, String) - Static method in class org.apache.jena.atlas.lib.PropertyUtils
- 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
- str(T[]) - Static method in class org.apache.jena.atlas.lib.ListUtils
- 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
- stream(Iterator<X>) - Static method in class org.apache.jena.atlas.lib.StreamOps
-
Iterator to Stream.
- StreamOps - Class in org.apache.jena.atlas.lib
-
Collect some stream operations into one place.
- StreamOps() - Constructor for class org.apache.jena.atlas.lib.StreamOps
- strEndsWithIgnoreCase(String, String) - Static method in class org.apache.jena.atlas.lib.StrUtils
- 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(String, char) - 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
-
String escape, with quote escaping, including option for multi-line 3 quote form.
- stringEsc(AWriter, String, char, boolean, CharSpace) - Static method in class org.apache.jena.atlas.lib.EscapeStr
- stringToByteBuffer(String) - Static method in class org.apache.jena.atlas.io.IO
-
String to ByteBuffer as UTF-8 bytes
- StringWriterI - Class in org.apache.jena.atlas.io
- StringWriterI() - Constructor for class org.apache.jena.atlas.io.StringWriterI
- strjoin(List<X>, String) - Static method in class org.apache.jena.atlas.lib.StrUtils
-
Concatenate stringified objects, using a separator.
- 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
- strStartsWithIgnoreCase(String, String) - Static method in class org.apache.jena.atlas.lib.StrUtils
- 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
- Subsystem<T extends SubsystemLifecycle> - Class in org.apache.jena.base.module
-
Subsystem loader "system" - simple controls for ensuring components are loaded and initialized.
- Subsystem(Class<T>) - Constructor for class org.apache.jena.base.module.Subsystem
- SubsystemLifecycle - Interface in org.apache.jena.base.module
-
Lifecycle interface for modules and subsystems.
- SubsystemRegistry<T extends SubsystemLifecycle> - Interface in org.apache.jena.base.module
-
A
JenaSubsystemRegistryis a set of objects implementingSubsystemLifecycle. - SubsystemRegistryServiceLoader<T extends SubsystemLifecycle> - Class in org.apache.jena.base.module
-
Implementation of
SubsystemRegistrythat usesServiceLoaderto find sub-systems. - SubsystemRegistryServiceLoader(Class<T>) - Constructor for class org.apache.jena.base.module.SubsystemRegistryServiceLoader
- symmetricDifference(Set<? extends T>, Set<? extends T>) - Static method in class org.apache.jena.atlas.lib.SetUtils
- sync() - Method in interface org.apache.jena.atlas.lib.Sync
- sync(Object) - Static method in class org.apache.jena.atlas.lib.Lib
- Sync - Interface in org.apache.jena.atlas.lib
- syncCallThread(Supplier<T>) - Static method in class org.apache.jena.atlas.lib.ThreadLib
-
Run synchronously but on another thread.
- syncOtherThread(Runnable) - Static method in class org.apache.jena.atlas.lib.ThreadLib
-
Run synchronously but on another thread.
- 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
T
- TAB - Static variable in class org.apache.jena.atlas.lib.Chars
- take(int) - Method in class org.apache.jena.atlas.iterator.Iter
-
Return an Iter that yields at most the first N items
- 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
- takeUntil(Predicate<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Create an
Itersuch that it yields elements until a predicate test on the elements becomes true, end the iteration. - 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.
- takeWhile(Predicate<T>) - Method in class org.apache.jena.atlas.iterator.Iter
-
Create an
Itersuch that it yields elements while a predicate test on the elements is 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.
- 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(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
- test(T) - Method in class org.apache.jena.atlas.iterator.FilterDistinctAdjacent
- test(T) - Method in class org.apache.jena.atlas.iterator.FilterUnique
- 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.
- ThreadLib - Class in org.apache.jena.atlas.lib
-
Misc class
- ThreadLib() - Constructor for class org.apache.jena.atlas.lib.ThreadLib
- tick() - Method in class org.apache.jena.atlas.lib.ProgressMonitor
-
Deprecated.
- 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() - Method in class org.apache.jena.atlas.iterator.Iter
-
Consume the
Iterand produce aList - toList(Iterator<? extends T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Collect an iterator into a list.
- toList(Stream<T>) - Static method in class org.apache.jena.atlas.lib.ListUtils
- toList(Stream<X>) - Static method in class org.apache.jena.atlas.lib.Lib
-
Stream to
List - toList(Stream<X>) - Static method in class org.apache.jena.atlas.lib.StreamOps
-
Stream to
List - toSet() - Method in class org.apache.jena.atlas.iterator.Iter
-
Consume the
Iterand produce aSet - toSet(Iterator<? extends T>) - Static method in class org.apache.jena.atlas.iterator.Iter
-
Collect an iterator into a set.
- toSet(Stream<T>) - Static method in class org.apache.jena.atlas.lib.SetUtils
-
Stream to set
- toSet(Stream<X>) - Static method in class org.apache.jena.atlas.lib.StreamOps
-
Stream to
Set - 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.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.Tuple6
- toString() - Method in class org.apache.jena.atlas.lib.tuple.TupleMap
- toString(ByteBuffer) - Static method in class org.apache.jena.atlas.io.BlockUTF8
-
Make a string from UTF-8 bytes in a ByteBuffer
- toString(Printable) - Static method in interface org.apache.jena.atlas.io.Printable
-
Provide the functionality for toString()
- toString(Printable) - Static method in class org.apache.jena.atlas.io.PrintUtils
-
Deprecated.
- 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
- 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
- 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...) - Static method in class org.apache.jena.atlas.lib.tuple.TupleFactory
-
Create a Tuple
- Tuple<X> - Interface in org.apache.jena.atlas.lib.tuple
-
A Tuple is a sequence of items of the same class of item.
- 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
U
- 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
- unescapeUnicode(String) - Static method in class org.apache.jena.atlas.lib.EscapeStr
-
Unicode escapes \-u and \-U only
- 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
- uniqueDerivedPath(Path, Function<String, String>) - Static method in class org.apache.jena.atlas.io.IOX
-
Generate a unique place related to path; Optionally, provide a mapping of old name to new namebase.
- 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 istuple.get(tupleMap.unmapIdx(0)).
Unmapping a tuple isunmap(tuple) == create(tuple.unmapIdx(0) , tuple.unmapIdx(1), ... tuple.unmapIdx(n-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(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.BitsInt
-
Get bits from a hex string.
- 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
- unsupportedMethod(Object, String) - Static method in class org.apache.jena.atlas.lib.Lib
-
Create
UnsupportedOperationExceptionwith formatted message. - uppercase(String) - Static method in class org.apache.jena.atlas.lib.Lib
-
Non-locale uppercase
Locale.ROOT - UTF8 - Enum constant in enum class org.apache.jena.atlas.lib.CharSpace
V
- valueOf(String) - Static method in enum class org.apache.jena.atlas.lib.CharSpace
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.jena.atlas.logging.LogCtlLog4j2.SyntaxHint
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.jena.atlas.lib.CharSpace
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.jena.atlas.logging.LogCtlLog4j2.SyntaxHint
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Version - Class in org.apache.jena.atlas.lib
-
In support of version information.
- versionForClass(Class<?>) - Static method in class org.apache.jena.atlas.lib.Version
-
Return the version of a class.
W
- warn(Class<?>, String, Object...) - Static method in class org.apache.jena.atlas.logging.FmtLog
- warn(Class<?>, Throwable, String, Object...) - Static method in class org.apache.jena.atlas.logging.FmtLog
- warn(Object, String) - Static method in class org.apache.jena.atlas.logging.Log
- warn(Object, String, Throwable) - Static method in class org.apache.jena.atlas.logging.Log
- warn(Logger, String, Object...) - Static method in class org.apache.jena.atlas.logging.FmtLog
- warn(Logger, Throwable, String, Object...) - Static method in class org.apache.jena.atlas.logging.FmtLog
- warnOnce(Class<?>, String, Object) - Static method in class org.apache.jena.atlas.logging.Log
-
Generate a warning, once(ish)
- warnOnce(Logger, String, Object) - Static method in class org.apache.jena.atlas.logging.Log
-
Generate a warning, once(ish)
- withAfter(Runnable, Runnable) - Static method in class org.apache.jena.atlas.lib.ThreadLib
-
Execute; always call the "after" runnable
- withBeforeAfter(Runnable, Runnable, Runnable) - Static method in class org.apache.jena.atlas.lib.ThreadLib
-
Execute.
- withLevel(Logger, String, Runnable) - Static method in class org.apache.jena.atlas.logging.LogCtl
-
Execute with a given logging level.
- withLock(Lock, Runnable) - Static method in class org.apache.jena.atlas.lib.ThreadLib
-
Run inside a Lock
- wrap(Cache<Key, Value>) - Static method in class org.apache.jena.atlas.lib.CacheFactory
-
Wrap an existing Caffeine cache
- wrap(Writer) - Static method in class org.apache.jena.atlas.io.IO
-
Wrap in a general writer interface
- wrap(Writer) - Static method in class org.apache.jena.atlas.io.Writer2
- wrapASCII(OutputStream) - Static method in class org.apache.jena.atlas.io.IO
-
Wrap in a general writer interface
- wrapNoBuffer(Writer) - Static method in class org.apache.jena.atlas.io.Writer2
- wrapUTF8(OutputStream) - Static method in class org.apache.jena.atlas.io.IO
-
Wrap in a general writer interface
- write(byte[]) - Method in class org.apache.jena.atlas.io.NullOutputStream
- write(byte[], int, int) - Method in class org.apache.jena.atlas.io.NullOutputStream
- write(char) - Method in interface org.apache.jena.atlas.io.AWriter
- write(char) - Method in class org.apache.jena.atlas.io.AWriterBase
- write(char[]) - Method in interface org.apache.jena.atlas.io.AWriter
- write(char[]) - Method in class org.apache.jena.atlas.io.AWriterBase
- write(char[]) - Method in class org.apache.jena.atlas.io.BufferingWriter
- write(char[]) - Method in class org.apache.jena.atlas.io.OutStreamUTF8
- write(char[], int, int) - Method in class org.apache.jena.atlas.io.BufferingWriter
- write(char[], int, int) - Method in class org.apache.jena.atlas.io.OutStreamUTF8
- write(int) - Method in class org.apache.jena.atlas.io.BufferingWriter
- write(int) - Method in class org.apache.jena.atlas.io.NullOutputStream
- write(int) - Method in class org.apache.jena.atlas.io.OutStreamUTF8
- write(String) - Method in interface org.apache.jena.atlas.io.AWriter
- write(String) - Method in class org.apache.jena.atlas.io.AWriterBase
- write(String) - Method in class org.apache.jena.atlas.io.BufferingWriter
- write(String) - Method in class org.apache.jena.atlas.io.OutStreamUTF8
- write(String, int, int) - Method in class org.apache.jena.atlas.io.BufferingWriter
- write(String, int, int) - Method in class org.apache.jena.atlas.io.OutStreamUTF8
- writeAll(Path, byte[]) - Static method in class org.apache.jena.atlas.io.IOX
-
Write the whole of a file
- writeASCII(AWriter, String) - Static method in class org.apache.jena.atlas.lib.EscapeStr
-
Write a string with Unicode to ASCII conversion using \-u escapes
- writeCharAsASCII(AWriter, char) - Static method in class org.apache.jena.atlas.lib.EscapeStr
-
Write a character with Unicode to ASCII conversion using \-u escapes
- Writer2 - Class in org.apache.jena.atlas.io
-
A Writer, without the checked exceptions.
- writeStringAsUTF8(OutputStream, String) - Static method in class org.apache.jena.atlas.io.IO
-
Write a string into an
OutputStreamas UTF-8. - writeStringAsUTF8(String, String) - Static method in class org.apache.jena.atlas.io.IO
-
Write a string to a file as UTF-8.
X
- XML - Enum constant in enum class org.apache.jena.atlas.logging.LogCtlLog4j2.SyntaxHint
- XMLLib - Class in org.apache.jena.atlas.lib
-
Operations in someway related to XML
- XMLLib() - Constructor for class org.apache.jena.atlas.lib.XMLLib
Y
- YAML - Enum constant in enum class org.apache.jena.atlas.logging.LogCtlLog4j2.SyntaxHint
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Cache.get(Object, Function)