Class HashMapIndex.Factory
java.lang.Object
com.sk89q.worldguard.protection.managers.index.HashMapIndex.Factory
- All Implemented Interfaces:
Function<String,
HashMapIndex>
- Enclosing class:
HashMapIndex
public static final class HashMapIndex.Factory
extends Object
implements Function<String,HashMapIndex>
A factory for new instances using this index.
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<String,
HashMapIndex>
-