A abstract base class for all stored collections and maps. This class provides implementations of methods that are common to the {@link java.util.Collection} and the {@link java.util.Map} interfaces, namely{@link #clear}, {@link #isEmpty} and {@link #size}.
In addition, this class provides the following methods for stored collections only. Note that the use of these methods is not compatible with the standard Java collections interface.
- {@link #isWriteAllowed()}
- {@link #isSecondary()}
- {@link #isOrdered()}
- {@link #areKeyRangesAllowed()}
- {@link #areDuplicatesAllowed()}
- {@link #areDuplicatesOrdered()}
- {@link #areKeysRenumbered()}
- {@link #getCursorConfig()}
- {@link #isTransactional()}
@author Mark Hayes