| AbstractBlob | 
Abstract base class for  Blob implementations.  
 | 
| AbstractPropertyState | 
 | 
| ArrayBasedBlob | 
 This Blob implementations is based on an array of bytes. 
 | 
| BinaryPropertyState | 
  | 
| BooleanPropertyState | 
  | 
| DecimalPropertyState | 
  | 
| DoublePropertyState | 
  | 
| EmptyNodeState | 
 Singleton instances of empty and non-existent node states, i.e. 
 | 
| EmptyPropertyState | 
Abstract base class for  PropertyState implementations
 providing default implementation which correspond to a property
 without any value.  
 | 
| GenericPropertyState | 
  | 
| LongPropertyState | 
  | 
| MemoryChildNodeEntry | 
 Basic JavaBean implementation of a child node entry. 
 | 
| MemoryNodeBuilder | 
 In-memory node state builder. 
 | 
| MemoryNodeStore | 
 Basic in-memory node store implementation. 
 | 
| ModifiedNodeState | 
 Immutable snapshot of a mutable node state. 
 | 
| MultiBinaryPropertyState | 
  | 
| MultiBooleanPropertyState | 
  | 
| MultiDecimalPropertyState | 
  | 
| MultiDoublePropertyState | 
  | 
| MultiGenericPropertyState | 
  | 
| MultiLongPropertyState | 
  | 
| MultiStringPropertyState | 
  | 
| PropertyBuilder<T> | 
 PropertyBuilder for building in memory PropertyState instances. 
 | 
| PropertyStates | 
 | 
| PropertyStateValue | 
 | 
| PropertyValues | 
 | 
| StringBasedBlob | 
 This Blob implementations is based on a string. 
 | 
| StringPropertyState | 
  |