Interface TkmHashBuilderInterface
-
- All Known Implementing Classes:
TkmHashBuilderSQLITE,TkmHashTableImpl.TkmHashBuilder
public interface TkmHashBuilderInterface- Author:
- giovanni.antino@h2tcoin.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TkmHashTableInterfacebuild()TkmHashBuilderInterfaceoption(String key, Object opt)
-
-
-
Method Detail
-
option
TkmHashBuilderInterface option(String key, Object opt) throws Exception
- Throws:
Exception
-
build
TkmHashTableInterface build() throws Exception
- Throws:
Exception
-
-