Interface AccountIndexerImpl.Factory
-
- Enclosing class:
- AccountIndexerImpl
public static interface AccountIndexerImpl.Factory
Factory for creating an instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountIndexerImpl
create(AccountIndex index)
AccountIndexerImpl
create(AccountIndexCollection indexes)
-
-
-
Method Detail
-
create
AccountIndexerImpl create(AccountIndexCollection indexes)
-
create
AccountIndexerImpl create(AccountIndex index)
-
-