| Package | Description |
|---|---|
| org.jsimpledb.util |
General utility classes used with JSimpleDB.
|
| Class and Description |
|---|
| AbstractIterationSet |
| AbstractNavigableMap
Support superclass for
NavigableMap implementations. |
| AbstractNavigableSet
Support superclass for
NavigableSet implementations for which calculating size() requires
an iteration through all of the set's elements to count them. |
| AbstractXMLStreaming
Support superclass for classes that serialize and deserialize via XML.
|
| Bounds
Utility class used by
AbstractNavigableSet and AbstractNavigableMap to define
the (optional) upper and lower bounds of a restricted range. |
| BoundType
Upper and lower bound types.
|
| ByteReader
Reads bytes from a buffer.
|
| ByteWriter
Writes bytes to a buffer.
|
| Diffs
Used to report difference(s) between two hierarchical structures.
|
| ParseContext
Utility class supporting parsing of strings.
|
| SizeEstimating
Implemented by classes that are capable of estimating their memory usage.
|
| SizeEstimator
Used to estimate Java object memory usage in bytes.
|
Copyright © 2016. All rights reserved.