class IndexTreeListMaker<E> : Maker<IndexTreeList<E>>| <init> | 
IndexTreeListMaker(db: DB, name: String, serializer: Serializer<E>) | 
| db | 
val db: DB | 
| name | 
val name: String | 
| serializer | 
val serializer: Serializer<E> | 
| type | 
val type: String | 
| create2 | 
fun create2(catalog: SortedMap<String, String>): IndexTreeList<E> | 
| layout | 
fun layout(dirSize: Int, levels: Int): IndexTreeListMaker<E> | 
| open2 | 
fun open2(catalog: SortedMap<String, String>): IndexTreeList<E> | 
| removeCollapsesIndexTreeDisable | 
fun removeCollapsesIndexTreeDisable(): IndexTreeListMaker<E> | 
| create | 
open fun create(): ECreates new collection if it does not exist, or throw {@link DBException.WrongConfiguration} if collection already exists.  | 
| createOrOpen | 
open fun createOrOpen(): ECreate 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(): EOpen existing collection, or throw {@link DBException.WrongConfiguration} if collection already exists.  | 
| verify | 
open fun verify(): Unit |