class TreeSetMaker<E> : Maker<NavigableSet<E>>
<init> |
TreeSetMaker(db: DB, name: String) |
db |
val db: DB |
maker |
val maker: TreeMapMaker<E, Any?> |
name |
val name: String |
type |
val type: String |
counterEnable |
fun counterEnable(): TreeSetMaker<E> |
create2 |
fun create2(catalog: SortedMap<String, String>): NavigableSet<E> |
maxNodeSize |
fun maxNodeSize(size: Int): TreeSetMaker<E> |
open2 |
fun open2(catalog: SortedMap<String, String>): NavigableSet<E> |
serializer |
fun <A> serializer(serializer: GroupSerializer<A>): TreeSetMaker<A> |
verify |
fun verify(): Unit |
create |
open fun create(): E Creates new collection if it does not exist, or throw {@link DBException.WrongConfiguration} if collection already exists. |
createOrOpen |
open fun createOrOpen(): E Create new collection or open existing. |
make |
open fun Create new collection or open existing. |
make2 |
fun make2(create: Boolean?): E |
makeOrGet |
open fun |
open |
open fun open(): E Open existing collection, or throw {@link DBException.WrongConfiguration} if collection already exists. |