A B C D E F G H I K L M N O P R S T U V W Z 

A

AbstractIterationSet<E> - Class in org.jsimpledb.util
Support superclass for Set implementations for which calculating size() requires an iteration through all of the set's elements to count them.
AbstractIterationSet() - Constructor for class org.jsimpledb.util.AbstractIterationSet
 
AbstractNavigableMap<K,V> - Class in org.jsimpledb.util
Support superclass for NavigableMap implementations.
AbstractNavigableMap() - Constructor for class org.jsimpledb.util.AbstractNavigableMap
Convenience constructor for the case where there are no lower or upper key bounds.
AbstractNavigableMap(Bounds<K>) - Constructor for class org.jsimpledb.util.AbstractNavigableMap
Primary constructor.
AbstractNavigableSet<E> - Class in org.jsimpledb.util
Support superclass for NavigableSet implementations for which calculating size() requires an iteration through all of the set's elements to count them.
AbstractNavigableSet() - Constructor for class org.jsimpledb.util.AbstractNavigableSet
Convenience constructor for the case where there are no lower or upper bounds.
AbstractNavigableSet(Bounds<E>) - Constructor for class org.jsimpledb.util.AbstractNavigableSet
Primary constructor.
AbstractXMLStreaming - Class in org.jsimpledb.util
Support superclass for classes that serialize and deserialize via XML.
AbstractXMLStreaming() - Constructor for class org.jsimpledb.util.AbstractXMLStreaming
 
add(Object, Closeable) - Method in class org.jsimpledb.util.CloseableTracker
Add an item to the set of items being tracked by this instance.
add(int, E) - Method in class org.jsimpledb.util.ConvertedList
 
add(E) - Method in class org.jsimpledb.util.ConvertedNavigableSet
 
add(E) - Method in class org.jsimpledb.util.ConvertedSet
 
add(String) - Method in class org.jsimpledb.util.Diffs
Add a difference without any sub-differences.
add(String, Diffs) - Method in class org.jsimpledb.util.Diffs
Add a difference with optional sub-differences.
add(long) - Method in class org.jsimpledb.util.SizeEstimator
Adjust the total by an arbitrary amount.
add(boolean[]) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of the given array object.
add(byte[]) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of the given array object.
add(char[]) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of the given array object.
add(short[]) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of the given array object.
add(int[]) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of the given array object.
add(float[]) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of the given array object.
add(long[]) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of the given array object.
add(double[]) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of the given array object.
add(Object[]) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of the given array object.
add(SizeEstimating) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of the given SizeEstimating object.
addAll(int, Collection<? extends E>) - Method in class org.jsimpledb.util.ConvertedList
 
addArray(int, int) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of a non-null array having elements with the given size and the specified length.
addArrayListField(ArrayList<?>) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of an ArrayList field, assuming ArrayList.trimToSize() has been invoked.
addBooleanField() - Method in class org.jsimpledb.util.SizeEstimator
Add the size of a primitive boolean field.
addByteField() - Method in class org.jsimpledb.util.SizeEstimator
Add the size of a primitive byte field.
addCharField() - Method in class org.jsimpledb.util.SizeEstimator
Add the size of a primitive char field.
addDoubleField() - Method in class org.jsimpledb.util.SizeEstimator
Add the size of a primitive double field.
addField(boolean[]) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of the given array field.
addField(byte[]) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of the given array field.
addField(char[]) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of the given array field.
addField(short[]) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of the given array field.
addField(int[]) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of the given array field.
addField(float[]) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of the given array field.
addField(long[]) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of the given array field.
addField(double[]) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of the given array field.
addField(Object[]) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of the given array field.
addField(SizeEstimating) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of a SizeEstimating reference field.
addFloatField() - Method in class org.jsimpledb.util.SizeEstimator
Add the size of a primitive float field.
addIntField() - Method in class org.jsimpledb.util.SizeEstimator
Add the size of a primitive int field.
addLongField() - Method in class org.jsimpledb.util.SizeEstimator
Add the size of a primitive long field.
addObjectOverhead() - Method in class org.jsimpledb.util.SizeEstimator
Add the basic overhead for any object.
addReferenceField() - Method in class org.jsimpledb.util.SizeEstimator
Add the size of an object reference field.
addShortField() - Method in class org.jsimpledb.util.SizeEstimator
Add the size of a primitive short field.
addTo(SizeEstimator) - Method in interface org.jsimpledb.util.SizeEstimating
Add the estimated size of this instance (in bytes) to the given estimator.
addTreeMapField(TreeMap<?, ?>) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of a TreeMap field.
addTreeSetField(TreeSet<?>) - Method in class org.jsimpledb.util.SizeEstimator
Add the size of a TreeSet field.
apply(Object) - Method in class org.jsimpledb.util.CastFunction
 
asIndex() - Method in interface org.jsimpledb.index.Index2
Get the prefix of this instance that only includes the first two indexed fields.
asIndex() - Method in interface org.jsimpledb.index.Index3
Get the prefix of this instance that only includes the first two indexed fields.
asIndex() - Method in interface org.jsimpledb.index.Index4
Get the prefix of this instance that only includes the first two indexed fields.
asIndex2() - Method in interface org.jsimpledb.index.Index3
Get the prefix of this instance that only includes the first three indexed fields.
asIndex2() - Method in interface org.jsimpledb.index.Index4
Get the prefix of this instance that only includes the first three indexed fields.
asIndex3() - Method in interface org.jsimpledb.index.Index4
Get the prefix of this instance that only includes the first four indexed fields.
asList() - Method in interface org.jsimpledb.tuple.Tuple
View this instance as a list.
asMap() - Method in interface org.jsimpledb.index.Index
View this index as a NavigableMap of target values keyed by indexed value.
asMap() - Method in interface org.jsimpledb.index.Index2
View this index as a NavigableMap of target values keyed by indexed value tuples.
asMap() - Method in interface org.jsimpledb.index.Index3
View this index as a NavigableMap of target values keyed by indexed value tuples.
asMap() - Method in interface org.jsimpledb.index.Index4
View this index as a NavigableMap of target values keyed by indexed value tuples.
asMapOfIndex() - Method in interface org.jsimpledb.index.Index2
View this index as a NavigableMap of Indexs keyed by the first value.
asMapOfIndex() - Method in interface org.jsimpledb.index.Index3
View this index as a NavigableMap of Indexs keyed by the first two values.
asMapOfIndex() - Method in interface org.jsimpledb.index.Index4
View this index as a NavigableMap of Indexs keyed by the first three values.
asMapOfIndex2() - Method in interface org.jsimpledb.index.Index3
View this index as a NavigableMap of Index2s keyed by the first value.
asMapOfIndex2() - Method in interface org.jsimpledb.index.Index4
View this index as a NavigableMap of Index2s keyed by the first two values.
asMapOfIndex3() - Method in interface org.jsimpledb.index.Index4
View this index as a NavigableMap of Index3s keyed by the first value.
asSet() - Method in interface org.jsimpledb.index.Index
View this index as a NavigableSet of tuples.
asSet() - Method in interface org.jsimpledb.index.Index2
View this index as a NavigableSet of tuples.
asSet() - Method in interface org.jsimpledb.index.Index3
View this index as a NavigableSet of tuples.
asSet() - Method in interface org.jsimpledb.index.Index4
View this index as a NavigableSet of tuples.

B

BOOLEAN_SIZE - Static variable in class org.jsimpledb.util.SizeEstimator
 
bounds - Variable in class org.jsimpledb.util.AbstractNavigableMap
Key range bounds associated with this instance.
bounds - Variable in class org.jsimpledb.util.AbstractNavigableSet
Element range bounds associated with this instance.
Bounds<T> - Class in org.jsimpledb.util
Utility class used by AbstractNavigableSet and AbstractNavigableMap to define the (optional) upper and lower bounds of a restricted range.
Bounds() - Constructor for class org.jsimpledb.util.Bounds
Convenience constructor to create a new instance with no upper or lower bounds.
Bounds(T, BoundType, boolean) - Constructor for class org.jsimpledb.util.Bounds
Create a one-sided bound.
Bounds(T, T) - Constructor for class org.jsimpledb.util.Bounds
Create two-sided bounds with inclusive lower bound and exclusive upper bound.
Bounds(T, BoundType, T, BoundType) - Constructor for class org.jsimpledb.util.Bounds
Primary constructor.
BoundType - Enum in org.jsimpledb.util
Upper and lower bound types.
buildException() - Method in class org.jsimpledb.util.ParseContext
Create a generic exception for rejecting the current input.
buildException(String) - Method in class org.jsimpledb.util.ParseContext
Create an exception for rejecting the current input.
BYTE_SIZE - Static variable in class org.jsimpledb.util.SizeEstimator
 
ByteReader - Class in org.jsimpledb.util
Reads bytes from a buffer.
ByteReader(byte[]) - Constructor for class org.jsimpledb.util.ByteReader
Constructor.
ByteReader(byte[], int) - Constructor for class org.jsimpledb.util.ByteReader
Constructor.
ByteReader(byte[], int, int) - Constructor for class org.jsimpledb.util.ByteReader
Constructor.
ByteReader(ByteWriter) - Constructor for class org.jsimpledb.util.ByteReader
Constructor.
ByteReader(ByteWriter, int) - Constructor for class org.jsimpledb.util.ByteReader
Constructor.
ByteUtil - Class in org.jsimpledb.util
Byte manipulation utilities.
ByteWriter - Class in org.jsimpledb.util
Writes bytes to a buffer.
ByteWriter() - Constructor for class org.jsimpledb.util.ByteWriter
Default constructor.
ByteWriter(int) - Constructor for class org.jsimpledb.util.ByteWriter
Constructor.

C

CastFunction<T> - Class in org.jsimpledb.util
A Function that casts objects to some type.
CastFunction(Class<T>) - Constructor for class org.jsimpledb.util.CastFunction
Constructor.
ceiling(E) - Method in class org.jsimpledb.util.AbstractNavigableSet
 
ceilingEntry(K) - Method in class org.jsimpledb.util.AbstractNavigableMap
 
ceilingKey(K) - Method in class org.jsimpledb.util.AbstractNavigableMap
 
CHAR_SIZE - Static variable in class org.jsimpledb.util.SizeEstimator
 
clear() - Method in class org.jsimpledb.util.ConvertedList
 
clear() - Method in class org.jsimpledb.util.ConvertedNavigableMap
 
clear() - Method in class org.jsimpledb.util.ConvertedNavigableSet
 
clear() - Method in class org.jsimpledb.util.ConvertedSet
 
clone() - Method in class org.jsimpledb.util.ParseContext
Clone this instance.
close() - Method in class org.jsimpledb.util.CloseableTracker
Close all unclosed items associated with this instance.
CloseableTracker - Class in org.jsimpledb.util
Keeps track of Closeable objects (termed items) that must be reliably closed prior to shutting down some associated context, but that also must not be closed prior to becoming unreachable, when the straightforward strategy of just storing them until context shutdown would require too much memory.
CloseableTracker() - Constructor for class org.jsimpledb.util.CloseableTracker
Constructor.
COMPARATOR - Static variable in class org.jsimpledb.util.ByteUtil
Comparator that compares two byte arrays lexicographically using unsigned values.
comparator() - Method in class org.jsimpledb.util.ConvertedNavigableMap
 
comparator() - Method in class org.jsimpledb.util.ConvertedNavigableSet
 
compare(byte[], byte[]) - Static method in class org.jsimpledb.util.ByteUtil
Compare two byte arrays lexicographically using unsigned values.
contains(Object) - Method in class org.jsimpledb.util.ConvertedList
 
contains(Object) - Method in class org.jsimpledb.util.ConvertedNavigableSet
 
contains(Object) - Method in class org.jsimpledb.util.ConvertedSet
 
containsKey(Object) - Method in class org.jsimpledb.util.AbstractNavigableMap
 
ConvertedList<E,W> - Class in org.jsimpledb.util
Provides a transformed view of a wrapped List using a strictly invertable Converter.
ConvertedList(List<W>, Converter<E, W>) - Constructor for class org.jsimpledb.util.ConvertedList
Constructor.
ConvertedNavigableMap<K,V,WK,WV> - Class in org.jsimpledb.util
Provides a transformed view of a wrapped NavigableMap using a strictly invertable Converter.
ConvertedNavigableMap(NavigableMap<WK, WV>, Converter<K, WK>, Converter<V, WV>) - Constructor for class org.jsimpledb.util.ConvertedNavigableMap
Constructor.
ConvertedNavigableSet<E,W> - Class in org.jsimpledb.util
Provides a transformed view of a wrapped NavigableSet using a strictly invertable Converter.
ConvertedNavigableSet(NavigableSet<W>, Converter<E, W>) - Constructor for class org.jsimpledb.util.ConvertedNavigableSet
Constructor.
ConvertedSet<E,W> - Class in org.jsimpledb.util
Provides a transformed view of a wrapped Set using a strictly invertable Converter.
createSubMap(boolean, Bounds<K>) - Method in class org.jsimpledb.util.AbstractNavigableMap
Create a (possibly reversed) view of this instance with (possibly) tighter lower and/or upper bounds.
createSubMap(boolean, Bounds<K>) - Method in class org.jsimpledb.util.ConvertedNavigableMap
 
createSubSet(boolean, Bounds<E>) - Method in class org.jsimpledb.util.AbstractNavigableSet
Create a (possibly reversed) view of this instance with (possibly) tighter lower and/or upper bounds.
createSubSet(boolean, Bounds<E>) - Method in class org.jsimpledb.util.ConvertedNavigableSet
 
createTuple(Iterable<?>) - Static method in class org.jsimpledb.tuple.Tuples
Create a Tuple of the appropriate cardinality for the given number of objects.
createTuple(Object...) - Static method in class org.jsimpledb.tuple.Tuples
Create a Tuple of the appropriate cardinality for the given number of objects.

D

decode(byte[]) - Static method in class org.jsimpledb.util.LongEncoder
Decode the given value.
decode(byte[]) - Static method in class org.jsimpledb.util.UnsignedIntEncoder
Decode the given value.
decodeLength(int) - Static method in class org.jsimpledb.util.LongEncoder
Determine the length (in bytes) of an encoded value based on the first byte.
decodeLength(int) - Static method in class org.jsimpledb.util.UnsignedIntEncoder
Determine the length (in bytes) of an encoded value based on the first byte.
DEFAULT_PAGE_SIZE - Static variable in class org.jsimpledb.util.NavigableSetPager
Default page size (100).
descendingIterator() - Method in class org.jsimpledb.util.AbstractNavigableSet
 
descendingKeySet() - Method in class org.jsimpledb.util.AbstractNavigableMap
 
descendingMap() - Method in class org.jsimpledb.util.AbstractNavigableMap
 
descendingSet() - Method in class org.jsimpledb.util.AbstractNavigableSet
 
difference(NavigableSet<E>, NavigableSet<E>) - Static method in class org.jsimpledb.util.NavigableSets
Create a read-only view of the difference of two NavigableSets that have a consistent sort order.
differencesFrom(T) - Method in interface org.jsimpledb.util.DiffGenerating
Detect the differences of this instance when compared to the given instance.
DiffGenerating<T> - Interface in org.jsimpledb.util
Implemented by classes that can generate a set of differences between themselves and other instances.
Diffs - Class in org.jsimpledb.util
Used to report difference(s) between two hierarchical structures.
Diffs() - Constructor for class org.jsimpledb.util.Diffs
Default constructor.
Diffs(Diffs) - Constructor for class org.jsimpledb.util.Diffs
Copy constructor.
DOUBLE_SIZE - Static variable in class org.jsimpledb.util.SizeEstimator
 

E

EMPTY - Static variable in class org.jsimpledb.util.ByteUtil
An empty byte array.
empty() - Static method in class org.jsimpledb.util.NavigableSets
Create an empty NavigableSet.
empty(Comparator<? super E>) - Static method in class org.jsimpledb.util.NavigableSets
Create an empty NavigableSet with a specified Comparator.
encode(long) - Static method in class org.jsimpledb.util.LongEncoder
Encode the given value.
encode(int) - Static method in class org.jsimpledb.util.UnsignedIntEncoder
Encode the given value.
encodeLength(long) - Static method in class org.jsimpledb.util.LongEncoder
Determine the length (in bytes) of the encoded value.
encodeLength(int) - Static method in class org.jsimpledb.util.UnsignedIntEncoder
Determine the length (in bytes) of the encoded value.
entrySet() - Method in class org.jsimpledb.util.ConvertedNavigableMap
 
equals(Object) - Method in interface org.jsimpledb.tuple.Tuple
Compare for equality.
equals(Object) - Method in class org.jsimpledb.util.AbstractIterationSet
Overridden in AbstractIterationSet to minimize the use of size().
equals(Object) - Method in class org.jsimpledb.util.Bounds
 
equals(Object) - Method in class org.jsimpledb.util.ParseContext
 
exceptionDuringClose(Closeable, Throwable) - Method in class org.jsimpledb.util.CloseableTracker
Handle an exception thrown while attempting to close() and item.
expect(XMLStreamReader, boolean, QName...) - Method in class org.jsimpledb.util.AbstractXMLStreaming
Scan forward until we see an opening or closing tag.
expect(char) - Method in class org.jsimpledb.util.ParseContext
Read and advance past the next character, which must match ch.
expectClose(XMLStreamReader) - Method in class org.jsimpledb.util.AbstractXMLStreaming
Scan forward expecting to see a closing tag.

F

finalize() - Method in class org.jsimpledb.util.CloseableTracker
 
findImplementations(Class<T>, String) - Method in class org.jsimpledb.util.ImplementationsReader
Find all available implementations based on reading all XML files on the classpath at the specified resource name.
first() - Method in class org.jsimpledb.util.AbstractNavigableSet
 
firstEntry() - Method in class org.jsimpledb.util.AbstractNavigableMap
 
firstKey() - Method in class org.jsimpledb.util.AbstractNavigableMap
 
firstPage() - Method in class org.jsimpledb.util.NavigableSetPager
Jump to the first page.
FLOAT_SIZE - Static variable in class org.jsimpledb.util.SizeEstimator
 
floor(E) - Method in class org.jsimpledb.util.AbstractNavigableSet
 
floorEntry(K) - Method in class org.jsimpledb.util.AbstractNavigableMap
 
floorKey(K) - Method in class org.jsimpledb.util.AbstractNavigableMap
 

G

get(int) - Method in class org.jsimpledb.util.ConvertedList
 
get(Object) - Method in class org.jsimpledb.util.ConvertedNavigableMap
 
getAttr(XMLStreamReader, QName, boolean) - Method in class org.jsimpledb.util.AbstractXMLStreaming
Get an attribute from the current element.
getAttr(XMLStreamReader, QName) - Method in class org.jsimpledb.util.AbstractXMLStreaming
Get a requried attribute from the current element.
getBooleanAttr(XMLStreamReader, QName, boolean) - Method in class org.jsimpledb.util.AbstractXMLStreaming
Get an attribute from the current element and parse as a boolean value.
getBooleanAttr(XMLStreamReader, QName) - Method in class org.jsimpledb.util.AbstractXMLStreaming
Get a requried boolean attribute from the current element.
getBytes(int, int) - Method in class org.jsimpledb.util.ByteReader
Copy a range of bytes from the buffer.
getBytes(int) - Method in class org.jsimpledb.util.ByteReader
Copy a range of bytes from the given offset to the end of the buffer.
getBytes() - Method in class org.jsimpledb.util.ByteReader
Copy all the of bytes in the buffer.
getBytes() - Method in class org.jsimpledb.util.ByteWriter
Retrieve all of the bytes that have been written to this instance.
getBytes(int) - Method in class org.jsimpledb.util.ByteWriter
Retrieve the bytes that have been written to this instance, starting at the given offset.
getBytes(int, int) - Method in class org.jsimpledb.util.ByteWriter
Retrieve a sub-range of the bytes that have been written to this instance.
getComparator(boolean) - Method in class org.jsimpledb.util.AbstractNavigableMap
Get a non-null Comparator that sorts consistently with, and optionally reversed from, this instance.
getComparator(boolean) - Method in class org.jsimpledb.util.AbstractNavigableSet
Get a non-null Comparator that sorts consistently with, and optionally reversed from, this instance.
getConverter() - Method in class org.jsimpledb.util.ConvertedList
 
getConverter() - Method in class org.jsimpledb.util.ConvertedNavigableSet
 
getConverter() - Method in class org.jsimpledb.util.ConvertedSet
 
getIndex() - Method in class org.jsimpledb.util.ParseContext
Get the current index into the original input string.
getInput() - Method in class org.jsimpledb.util.ParseContext
Get the current input.
getIntAttr(XMLStreamReader, QName, boolean) - Method in class org.jsimpledb.util.AbstractXMLStreaming
Get an attribute from the current element and parse as a decimal integer value.
getIntAttr(XMLStreamReader, QName) - Method in class org.jsimpledb.util.AbstractXMLStreaming
Get a requried integer attribute from the current element.
getKeyAfterPrefix(byte[]) - Static method in class org.jsimpledb.util.ByteUtil
Get the first key that would be greater than the given key in unsigned lexicographic ordering and that does not have the given key as a prefix.
getKeyConverter() - Method in class org.jsimpledb.util.ConvertedNavigableMap
 
getLength() - Method in class org.jsimpledb.util.ByteWriter
Get the current buffer length.
getLongAttr(XMLStreamReader, QName, boolean) - Method in class org.jsimpledb.util.AbstractXMLStreaming
Get an attribute from the current element and parse as a decimal long value.
getLowerBound() - Method in class org.jsimpledb.util.Bounds
Get the Java value corresponding to the lower bound restriction, if any.
getLowerBoundType() - Method in class org.jsimpledb.util.Bounds
Get the type of the lower bound that corresponds to Bounds.getLowerBound().
getMax() - Method in class org.jsimpledb.util.ByteReader
Get maximum offset into buffer.
getNavigableSet() - Method in class org.jsimpledb.util.NavigableSetPager
Get the NavigableSet through which to page.
getNextKey(byte[]) - Static method in class org.jsimpledb.util.ByteUtil
Get the next key greater than the given key in unsigned lexicographic ordering.
getObjectOverhead() - Method in class org.jsimpledb.util.SizeEstimator
Get the basic overhead for any object.
getOffset() - Method in class org.jsimpledb.util.ByteReader
Get current offset into buffer.
getOriginalInput() - Method in class org.jsimpledb.util.ParseContext
Get the original input string as passed to the constructor.
getReferenceSize() - Method in class org.jsimpledb.util.SizeEstimator
Get the size of an object reference.
getSize() - Method in interface org.jsimpledb.tuple.Tuple
Get the number of values in this tuple.
getTotal() - Method in class org.jsimpledb.util.SizeEstimator
Get the estimated total size.
getUpperBound() - Method in class org.jsimpledb.util.Bounds
Get the Java value corresponding to the upper bound restriction, if any.
getUpperBoundType() - Method in class org.jsimpledb.util.Bounds
Get the type of the upper bound that corresponds to Bounds.getUpperBound().
getValue1() - Method in interface org.jsimpledb.tuple.Has1
Get the first value.
getValue2() - Method in interface org.jsimpledb.tuple.Has2
Get the second value.
getValue3() - Method in interface org.jsimpledb.tuple.Has3
Get the third value.
getValue4() - Method in interface org.jsimpledb.tuple.Has4
Get the fourth value.
getValue5() - Method in interface org.jsimpledb.tuple.Has5
Get the fifth value.
getValueConverter() - Method in class org.jsimpledb.util.ConvertedNavigableMap
 

H

handleFailure(Object, ClassCastException) - Method in class org.jsimpledb.util.CastFunction
Generate an exception to throw when a cast failure occurs.
Has1<V1> - Interface in org.jsimpledb.tuple
Implemented by tuples that have a first value.
Has2<V1,V2> - Interface in org.jsimpledb.tuple
Implemented by tuples that have at least two values.
Has3<V1,V2,V3> - Interface in org.jsimpledb.tuple
Implemented by tuples that have at least three values.
Has4<V1,V2,V3,V4> - Interface in org.jsimpledb.tuple
Implemented by tuples that have at least four values.
Has5<V1,V2,V3,V4,V5> - Interface in org.jsimpledb.tuple
Implemented by tuples that have at least five values.
hashCode() - Method in interface org.jsimpledb.tuple.Tuple
Compute hash code.
hashCode() - Method in class org.jsimpledb.util.AbstractIterationSet
 
hashCode() - Method in class org.jsimpledb.util.Bounds
 
hashCode() - Method in class org.jsimpledb.util.ParseContext
 
hasNext() - Method in class org.jsimpledb.util.UniqueIterator
 
hasNextPage() - Method in class org.jsimpledb.util.NavigableSetPager
Indicates that there are more results after the current page.
hasPrevPage() - Method in class org.jsimpledb.util.NavigableSetPager
Indicates that there are more results before the current page.
headMap(K) - Method in class org.jsimpledb.util.AbstractNavigableMap
 
headMap(K, boolean) - Method in class org.jsimpledb.util.AbstractNavigableMap
 
headSet(E) - Method in class org.jsimpledb.util.AbstractNavigableSet
 
headSet(E, boolean) - Method in class org.jsimpledb.util.AbstractNavigableSet
 
higher(E) - Method in class org.jsimpledb.util.AbstractNavigableSet
 
higherEntry(K) - Method in class org.jsimpledb.util.AbstractNavigableMap
 
higherKey(K) - Method in class org.jsimpledb.util.AbstractNavigableMap
 

I

ImplementationsReader - Class in org.jsimpledb.util
Scans the classpath and parses XML descriptor files describing implementation classes.
ImplementationsReader(String) - Constructor for class org.jsimpledb.util.ImplementationsReader
Constructor.
Index<V,T> - Interface in org.jsimpledb.index
An index on a single field.
Index2<V1,V2,T> - Interface in org.jsimpledb.index
An index on two fields.
Index3<V1,V2,V3,T> - Interface in org.jsimpledb.index
An index on three fields.
Index4<V1,V2,V3,V4,T> - Interface in org.jsimpledb.index
An index on a four fields.
indexOf(Object) - Method in class org.jsimpledb.util.ConvertedList
 
INT_SIZE - Static variable in class org.jsimpledb.util.SizeEstimator
 
intersection(Iterable<? extends NavigableSet<E>>) - Static method in class org.jsimpledb.util.NavigableSets
Create a read-only view of the intersection of two or more NavigableSets that have a consistent sort order.
intersection(NavigableSet<E>...) - Static method in class org.jsimpledb.util.NavigableSets
Create a read-only view of the intersection of two or more NavigableSets that have a consistent sort order.
isConsecutive(byte[], byte[]) - Static method in class org.jsimpledb.util.ByteUtil
Determine whether key2 is the next key after key1.
isDescending() - Method in class org.jsimpledb.util.NavigableSetPager
Get view ordering.
isEmpty() - Method in class org.jsimpledb.util.AbstractIterationSet
Overridden in AbstractIterationSet to minimize the use of size().
isEmpty() - Method in class org.jsimpledb.util.AbstractNavigableMap
 
isEmpty() - Method in class org.jsimpledb.util.ConvertedList
 
isEmpty() - Method in class org.jsimpledb.util.ConvertedNavigableMap
 
isEmpty() - Method in class org.jsimpledb.util.ConvertedNavigableSet
 
isEmpty() - Method in class org.jsimpledb.util.ConvertedSet
 
isEOF() - Method in class org.jsimpledb.util.ParseContext
Determine if we are at the end of the input.
isInclusive() - Method in enum org.jsimpledb.util.BoundType
Get a Boolean corresponding to this instance: true for BoundType.INCLUSIVE, false for BoundType.EXCLUSIVE, or null for BoundType.NONE.
isPrefixOf(byte[], byte[]) - Static method in class org.jsimpledb.util.ByteUtil
Determine if the first of two byte[] arrays is a prefix of the second.
isWithinBounds(Comparator<? super T>, T) - Method in class org.jsimpledb.util.Bounds
Check whether the given value is within the bounds of this instance.
isWithinBounds(Comparator<? super T>, Bounds<? extends T>) - Method in class org.jsimpledb.util.Bounds
Determine whether the given new Bounds is within of the bounds of this instance.
isWithinLowerBound(K) - Method in class org.jsimpledb.util.AbstractNavigableMap
Determine if the given element is within this instance's lower bound (if any).
isWithinLowerBound(E) - Method in class org.jsimpledb.util.AbstractNavigableSet
Determine if the given element is within this instance's lower bound (if any).
isWithinLowerBound(Comparator<? super T>, T) - Method in class org.jsimpledb.util.Bounds
Check whether the given value is within the lower bound of this instance.
isWithinUpperBound(K) - Method in class org.jsimpledb.util.AbstractNavigableMap
Determine if the given element is within this instance's upper bound (if any).
isWithinUpperBound(E) - Method in class org.jsimpledb.util.AbstractNavigableSet
Determine if the given element is within this instance's upper bound (if any).
isWithinUpperBound(Comparator<? super T>, T) - Method in class org.jsimpledb.util.Bounds
Check whether the given value is within the upper bound of this instance.
iterator() - Method in class org.jsimpledb.util.ConvertedList
 
iterator() - Method in class org.jsimpledb.util.ConvertedNavigableSet
 
iterator() - Method in class org.jsimpledb.util.ConvertedSet
 

K

keySet() - Method in class org.jsimpledb.util.AbstractNavigableMap
 

L

last() - Method in class org.jsimpledb.util.AbstractNavigableSet
 
lastEntry() - Method in class org.jsimpledb.util.AbstractNavigableMap
 
lastIndexOf(Object) - Method in class org.jsimpledb.util.ConvertedList
 
lastKey() - Method in class org.jsimpledb.util.AbstractNavigableMap
 
lastPage() - Method in class org.jsimpledb.util.NavigableSetPager
Jump to the last page.
log - Variable in class org.jsimpledb.util.CloseableTracker
 
log - Variable in class org.jsimpledb.util.ImplementationsReader
 
LONG_SIZE - Static variable in class org.jsimpledb.util.SizeEstimator
 
LongEncoder - Class in org.jsimpledb.util
Encodes long values to/from binary, preserving sort order, and such that the length of the encoding is optimized for values near zero.
lower(E) - Method in class org.jsimpledb.util.AbstractNavigableSet
 
lowerEntry(K) - Method in class org.jsimpledb.util.AbstractNavigableMap
 
lowerKey(K) - Method in class org.jsimpledb.util.AbstractNavigableMap
 

M

main(String[]) - Static method in class org.jsimpledb.util.LongEncoder
Test routine.
main(String[]) - Static method in class org.jsimpledb.util.UnsignedIntEncoder
Test routine.
mark() - Method in class org.jsimpledb.util.ByteReader
Mark current read position.
mark() - Method in class org.jsimpledb.util.ByteWriter
Mark current position.
maskException(Throwable) - Static method in class org.jsimpledb.util.ThrowableUtil
Mask a checked exception and throw it as an unchecked exception.
matchPrefix(String) - Method in class org.jsimpledb.util.ParseContext
Match the current input against the given regular expression and advance past it.
matchPrefix(Pattern) - Method in class org.jsimpledb.util.ParseContext
Match the current input against the given regular expression and advance past it.
max(byte[], byte[]) - Static method in class org.jsimpledb.util.ByteUtil
Determine the larger of two byte arrays when compared lexicographically using unsigned values.
MAX_ENCODED_LENGTH - Static variable in class org.jsimpledb.util.LongEncoder
Maximum possible length of an encoded value.
MAX_ENCODED_LENGTH - Static variable in class org.jsimpledb.util.UnsignedIntEncoder
Maximum possible length of an encoded value.
MAX_SINGLE_BYTE_ENCODED - Static variable in class org.jsimpledb.util.LongEncoder
Maximum value for the first byte of a single byte encoded value.
MAX_SINGLE_BYTE_VALUE - Static variable in class org.jsimpledb.util.LongEncoder
Maximum value that can be encoded as a single byte.
min(byte[], byte[]) - Static method in class org.jsimpledb.util.ByteUtil
Determine the smaller of two byte arrays when compared lexicographically using unsigned values.
MIN_MULTI_BYTE_VALUE - Static variable in class org.jsimpledb.util.UnsignedIntEncoder
Minimum value that triggers a multi-byte encoding.
MIN_SINGLE_BYTE_ENCODED - Static variable in class org.jsimpledb.util.LongEncoder
Minimum value for the first byte of a single byte encoded value.
MIN_SINGLE_BYTE_VALUE - Static variable in class org.jsimpledb.util.LongEncoder
Minimum value that can be encoded as a single byte.

N

navigableKeySet() - Method in class org.jsimpledb.util.ConvertedNavigableMap
 
NavigableSetPager<E> - Class in org.jsimpledb.util
Allows efficient paging through a NavigableSet.
NavigableSetPager() - Constructor for class org.jsimpledb.util.NavigableSetPager
 
NavigableSets - Class in org.jsimpledb.util
Utility methods relating to NavigableSet.
NEGATIVE_ADJUST - Static variable in class org.jsimpledb.util.LongEncoder
Adjustment applied to multi-byte encoded negative values before encoding.
next() - Method in class org.jsimpledb.util.UniqueIterator
 
nextPage() - Method in class org.jsimpledb.util.NavigableSetPager
Advance forward to the next page of results, if any.

O

of(boolean) - Static method in enum org.jsimpledb.util.BoundType
ReturnBoundType.INCLUSIVE or BoundType.EXCLUSIVE based on the given boolean.
org.jsimpledb.index - package org.jsimpledb.index
JSimpleDB index classes.
org.jsimpledb.tuple - package org.jsimpledb.tuple
Generic typed classes holding ordered "tuples" of objects.
org.jsimpledb.util - package org.jsimpledb.util
General utility classes used with JSimpleDB.

P

parse(String) - Static method in class org.jsimpledb.util.ByteUtil
Decode a hexadecimal String into a byte[] array.
parse(InputStream) - Method in class org.jsimpledb.util.ImplementationsReader
Parse the XML input and return the list of class names.
ParseContext - Class in org.jsimpledb.util
Utility class supporting parsing of strings.
ParseContext(String) - Constructor for class org.jsimpledb.util.ParseContext
Constructor.
peek() - Method in class org.jsimpledb.util.ByteReader
Peek at next byte, if any.
peek() - Method in class org.jsimpledb.util.ParseContext
Read, but do not advance past, the next character.
poll() - Method in class org.jsimpledb.util.CloseableTracker
Poll the internal weak reference queue and close any unclosed items whose holders are no longer reachable.
pollFirst() - Method in class org.jsimpledb.util.AbstractNavigableSet
 
pollFirstEntry() - Method in class org.jsimpledb.util.AbstractNavigableMap
 
pollLast() - Method in class org.jsimpledb.util.AbstractNavigableSet
 
pollLastEntry() - Method in class org.jsimpledb.util.AbstractNavigableMap
 
POSITIVE_ADJUST - Static variable in class org.jsimpledb.util.LongEncoder
Adjustment applied to multi-byte encoded positive values before encoding.
prependCurrentStackTrace(Throwable) - Static method in class org.jsimpledb.util.ThrowableUtil
Prepend stack frames from the current thread onto the given exception's stack frames.
prevPage() - Method in class org.jsimpledb.util.NavigableSetPager
Advance backward to the previous page of results, if any.
put(K, V) - Method in class org.jsimpledb.util.ConvertedNavigableMap
 

R

read(ByteReader) - Static method in class org.jsimpledb.util.LongEncoder
Read and decode a value from the input.
read(InputStream) - Static method in class org.jsimpledb.util.LongEncoder
Read and decode a value from the given InputStream.
read(ByteBuffer) - Static method in class org.jsimpledb.util.LongEncoder
Read and decode a value from the given ByteBuffer.
read() - Method in class org.jsimpledb.util.ParseContext
Read and advance past the next character.
read(ByteReader) - Static method in class org.jsimpledb.util.UnsignedIntEncoder
Read and decode a value from the input.
read(InputStream) - Static method in class org.jsimpledb.util.UnsignedIntEncoder
Read and decode a value from the given InputStream.
read(ByteBuffer) - Static method in class org.jsimpledb.util.UnsignedIntEncoder
Read and decode a value from the given ByteBuffer.
readByte() - Method in class org.jsimpledb.util.ByteReader
Read the next byte.
readBytes(int) - Method in class org.jsimpledb.util.ByteReader
Read the specified number of bytes.
readCurrentPage() - Method in class org.jsimpledb.util.NavigableSetPager
Read the contents of the current page.
readInt(ByteReader) - Static method in class org.jsimpledb.util.ByteUtil
Read an int as four big-endian bytes.
readLong(ByteReader) - Static method in class org.jsimpledb.util.ByteUtil
Read a long as eight big-endian bytes.
remain() - Method in class org.jsimpledb.util.ByteReader
Get the number of bytes remaining.
remove(int) - Method in class org.jsimpledb.util.ConvertedList
 
remove(Object) - Method in class org.jsimpledb.util.ConvertedNavigableMap
 
remove(Object) - Method in class org.jsimpledb.util.ConvertedNavigableSet
 
remove(Object) - Method in class org.jsimpledb.util.ConvertedSet
 
remove() - Method in class org.jsimpledb.util.UniqueIterator
 
removeRange(int, int) - Method in class org.jsimpledb.util.ConvertedList
 
reset(int) - Method in class org.jsimpledb.util.ByteReader
Reset read position to a previously marked position.
reset(int) - Method in class org.jsimpledb.util.ByteWriter
Reset write position to a previously marked position.
reset() - Method in class org.jsimpledb.util.CloseableTracker
Reset this instance.
reset() - Method in class org.jsimpledb.util.ParseContext
Reset this instance.
reverse() - Method in class org.jsimpledb.util.Bounds
Create an instance like this instance but with the upper and lower bounds reversed.

S

searchAbove(K, boolean) - Method in class org.jsimpledb.util.AbstractNavigableMap
Search for a higher element.
searchAbove(E, boolean) - Method in class org.jsimpledb.util.AbstractNavigableSet
Search for a higher element.
searchAbove(K, boolean) - Method in class org.jsimpledb.util.ConvertedNavigableMap
 
searchAbove(E, boolean) - Method in class org.jsimpledb.util.ConvertedNavigableSet
 
searchBelow(K, boolean) - Method in class org.jsimpledb.util.AbstractNavigableMap
Search for a lower element.
searchBelow(E, boolean) - Method in class org.jsimpledb.util.AbstractNavigableSet
Search for a lower element.
searchBelow(K, boolean) - Method in class org.jsimpledb.util.ConvertedNavigableMap
 
searchBelow(E, boolean) - Method in class org.jsimpledb.util.ConvertedNavigableSet
 
set(int, E) - Method in class org.jsimpledb.util.ConvertedList
 
setConstructorParameterLists(List<Object[]>) - Method in class org.jsimpledb.util.ImplementationsReader
Configure constructor parameter lists.
setCursor(E) - Method in class org.jsimpledb.util.NavigableSetPager
Set the current cursor position, i.e., page anchor.
setDescending(boolean) - Method in class org.jsimpledb.util.NavigableSetPager
Set view ordering.
setFilter(Predicate<? super E>) - Method in class org.jsimpledb.util.NavigableSetPager
Filter which items in the set are returned.
setIndex(int) - Method in class org.jsimpledb.util.ParseContext
Set the current index into the original input string.
setPageSize(int) - Method in class org.jsimpledb.util.NavigableSetPager
Set the page size.
SHORT_SIZE - Static variable in class org.jsimpledb.util.SizeEstimator
 
singleton(E) - Static method in class org.jsimpledb.util.NavigableSets
Create a NavigableSet containing a single element and natural ordering.
singleton(Comparator<? super E>, E) - Static method in class org.jsimpledb.util.NavigableSets
Create a NavigableSet containing a single element.
size() - Method in class org.jsimpledb.util.AbstractIterationSet
Calculate size.
size() - Method in class org.jsimpledb.util.ConvertedList
 
size() - Method in class org.jsimpledb.util.ConvertedNavigableMap
 
size() - Method in class org.jsimpledb.util.ConvertedNavigableSet
 
size() - Method in class org.jsimpledb.util.ConvertedSet
 
SizeEstimating - Interface in org.jsimpledb.util
Implemented by classes that are capable of estimating their memory usage.
SizeEstimator - Class in org.jsimpledb.util
Used to estimate Java object memory usage in bytes.
SizeEstimator() - Constructor for class org.jsimpledb.util.SizeEstimator
 
skip(int) - Method in class org.jsimpledb.util.ByteReader
Skip over bytes.
skip(ByteReader) - Static method in class org.jsimpledb.util.LongEncoder
Skip a value from the input.
skip(ByteReader) - Static method in class org.jsimpledb.util.UnsignedIntEncoder
Skip a value from the input.
skipWhitespace() - Method in class org.jsimpledb.util.ParseContext
Skip leading whitespace, if any.
STRING_CONVERTER - Static variable in class org.jsimpledb.util.ByteUtil
A Converter that converts between byte[] arrays and hexadecimal Strings.
subList(int, int) - Method in class org.jsimpledb.util.ConvertedList
 
subMap(K, K) - Method in class org.jsimpledb.util.AbstractNavigableMap
 
subMap(K, boolean, K, boolean) - Method in class org.jsimpledb.util.AbstractNavigableMap
 
subSet(E, E) - Method in class org.jsimpledb.util.AbstractNavigableSet
 
subSet(E, boolean, E, boolean) - Method in class org.jsimpledb.util.AbstractNavigableSet
 
symmetricDifference(NavigableSet<E>, NavigableSet<E>) - Static method in class org.jsimpledb.util.NavigableSets
Create a read-only view of the symmetric difference of two NavigableSets that have a consistent sort order.

T

tailMap(K) - Method in class org.jsimpledb.util.AbstractNavigableMap
 
tailMap(K, boolean) - Method in class org.jsimpledb.util.AbstractNavigableMap
 
tailSet(E) - Method in class org.jsimpledb.util.AbstractNavigableSet
 
tailSet(E, boolean) - Method in class org.jsimpledb.util.AbstractNavigableSet
 
ThrowableUtil - Class in org.jsimpledb.util
Utility methods dealing with Throwables.
toArray() - Method in class org.jsimpledb.util.AbstractIterationSet
Overridden in AbstractIterationSet to minimize the use of size().
toArray(T[]) - Method in class org.jsimpledb.util.AbstractIterationSet
Overridden in AbstractIterationSet to minimize the use of size().
toString() - Method in class org.jsimpledb.util.Bounds
 
toString(byte[]) - Static method in class org.jsimpledb.util.ByteUtil
Convert a byte array into a string of hex digits, or "null" if buf is null.
toString() - Method in class org.jsimpledb.util.Diffs
Format this instance as a String.
toString() - Method in class org.jsimpledb.util.ParseContext
 
truncate(String, int) - Static method in class org.jsimpledb.util.ParseContext
Truncate a string with ellipsis if necessary.
tryLiteral(String) - Method in class org.jsimpledb.util.ParseContext
Determine if the current input starts with the given literal prefix.
tryPattern(String) - Method in class org.jsimpledb.util.ParseContext
Determine if the current input starts with the given regular expression.
tryPattern(Pattern) - Method in class org.jsimpledb.util.ParseContext
Determine if the current input starts with the given regular expression.
Tuple - Interface in org.jsimpledb.tuple
Implemented by all "tuple" classes.
Tuple1<V1> - Class in org.jsimpledb.tuple
A "tuple" of one value.
Tuple1(V1) - Constructor for class org.jsimpledb.tuple.Tuple1
Constructor.
Tuple2<V1,V2> - Class in org.jsimpledb.tuple
A tuple of two values.
Tuple2(V1, V2) - Constructor for class org.jsimpledb.tuple.Tuple2
Constructor.
Tuple3<V1,V2,V3> - Class in org.jsimpledb.tuple
A tuple of three values.
Tuple3(V1, V2, V3) - Constructor for class org.jsimpledb.tuple.Tuple3
Constructor.
Tuple4<V1,V2,V3,V4> - Class in org.jsimpledb.tuple
A tuple of four values.
Tuple4(V1, V2, V3, V4) - Constructor for class org.jsimpledb.tuple.Tuple4
Constructor.
Tuple5<V1,V2,V3,V4,V5> - Class in org.jsimpledb.tuple
A tuple of five values.
Tuple5(V1, V2, V3, V4, V5) - Constructor for class org.jsimpledb.tuple.Tuple5
Constructor.
tupleClassForSize(int) - Static method in class org.jsimpledb.tuple.Tuples
Get the Tuple subinterface having the specified cardinality.
Tuples - Class in org.jsimpledb.tuple
Tuple utility methods.
tupleSizeOf(Class<? extends Tuple>) - Static method in class org.jsimpledb.tuple.Tuples
Get the cardinality of the given Tuple subtype.
type - Variable in class org.jsimpledb.util.CastFunction
 

U

union(NavigableSet<E>...) - Static method in class org.jsimpledb.util.NavigableSets
Create a read-only view of the union of two or more NavigableSets that have a consistent sort order.
union(Iterable<? extends NavigableSet<E>>) - Static method in class org.jsimpledb.util.NavigableSets
Create a read-only view of the union of two or more NavigableSets that have a consistent sort order.
UniqueIterator<E> - Class in org.jsimpledb.util
Iterator implementation that provides a read-only view of an inner Iterator in which consecutive duplicate values are eliminated.
UniqueIterator(Iterator<? extends E>) - Constructor for class org.jsimpledb.util.UniqueIterator
Constructor.
UniqueIterator(Iterator<? extends E>, Comparator<? super E>) - Constructor for class org.jsimpledb.util.UniqueIterator
Constructor.
unread() - Method in class org.jsimpledb.util.ByteReader
Unread the previously read byte.
unread(int) - Method in class org.jsimpledb.util.ByteReader
Unread the given number of previously read bytes.
unread() - Method in class org.jsimpledb.util.ParseContext
Push back the previously read character.
UnsignedIntEncoder - Class in org.jsimpledb.util
Encodes unsigned (i.e., non-negative) int values to/from self-delimited binary, preserving sort order, and such that the length of the encoding is optimized for values near zero and encoded values never begin with 0xff.

V

valueOf(String) - Static method in enum org.jsimpledb.util.BoundType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jsimpledb.util.BoundType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withLowerBound(T, BoundType) - Method in class org.jsimpledb.util.Bounds
Create an instance like this instance but with a different lower bound.
withoutLowerBound() - Method in class org.jsimpledb.util.Bounds
Create an instance like this instance but with the lower bound removed.
withoutUpperBound() - Method in class org.jsimpledb.util.Bounds
Create an instance like this instance but with the upper bound removed.
withUpperBound(T, BoundType) - Method in class org.jsimpledb.util.Bounds
Create an instance like this instance but with a different upper bound.
write(ByteReader) - Method in class org.jsimpledb.util.ByteWriter
Read all remaining content from the given ByteReader and write it to this instance.
write(byte[]) - Method in class org.jsimpledb.util.ByteWriter
Write an array of bytes to this instance.
write(byte[], int, int) - Method in class org.jsimpledb.util.ByteWriter
Write a sub-range from an array of bytes.
write(ByteWriter, long) - Static method in class org.jsimpledb.util.LongEncoder
Encode the given value to the output.
write(OutputStream, long) - Static method in class org.jsimpledb.util.LongEncoder
Encode the given value and write it to the given OutputStream.
write(ByteBuffer, long) - Static method in class org.jsimpledb.util.LongEncoder
Encode the given value and write it to the given ByteBuffer.
write(ByteWriter, int) - Static method in class org.jsimpledb.util.UnsignedIntEncoder
Encode the given value to the output.
write(OutputStream, int) - Static method in class org.jsimpledb.util.UnsignedIntEncoder
Encode the given value and write it to the given OutputStream.
write(ByteBuffer, int) - Static method in class org.jsimpledb.util.UnsignedIntEncoder
Encode the given value and write it to the given ByteBuffer.
writeByte(int) - Method in class org.jsimpledb.util.ByteWriter
Write a single byte to this instance.
writeElement(XMLStreamWriter, QName, String) - Method in class org.jsimpledb.util.AbstractXMLStreaming
Write out a simple XML element containing the given content.
writeInt(ByteWriter, int) - Static method in class org.jsimpledb.util.ByteUtil
Write an int as four big-endian bytes.
writeLong(ByteWriter, long) - Static method in class org.jsimpledb.util.ByteUtil
Write a long as eight big-endian bytes.

Z

ZERO_ADJUST - Static variable in class org.jsimpledb.util.LongEncoder
Adjustment applied to single byte encoded values before encoding.
A B C D E F G H I K L M N O P R S T U V W Z 

Copyright © 2016. All rights reserved.