Class TkmHashTableImpl.TkmHashBuilder
- java.lang.Object
-
- com.h2tcoin.takamakachain.tkmdata.TkmHashTableImpl.TkmHashBuilder
-
- All Implemented Interfaces:
TkmHashBuilderInterface
- Enclosing class:
- TkmHashTableImpl
public static class TkmHashTableImpl.TkmHashBuilder extends Object implements TkmHashBuilderInterface
-
-
Constructor Summary
Constructors Constructor Description TkmHashBuilder(String storageType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TkmHashTableInterface
build()
TkmHashBuilderInterface
option(String key, Object opt)
-
-
-
Constructor Detail
-
TkmHashBuilder
public TkmHashBuilder(String storageType) throws UnsupportedHashBuilder
- Throws:
UnsupportedHashBuilder
-
-
Method Detail
-
option
public TkmHashBuilderInterface option(String key, Object opt) throws Exception
- Specified by:
option
in interfaceTkmHashBuilderInterface
- Throws:
Exception
-
build
public TkmHashTableInterface build() throws Exception
- Specified by:
build
in interfaceTkmHashBuilderInterface
- Throws:
Exception
-
-