Interface BootstrapRegistry.Storage<T>
- All Known Implementing Classes:
BootstrapRegistry.FrozenStorage, BootstrapRegistry.RegistrationStorage
- Enclosing class:
BootstrapRegistry<T>
private static interface BootstrapRegistry.Storage<T>
-
Method Summary
Modifier and TypeMethodDescriptionfreeze()get(ResourceKey<T> id) listTags()voidremoveIf(Predicate<Holder.Reference<T>> predicate)
-
Method Details
-
freeze
BootstrapRegistry.Storage<T> freeze() -
removeIf
-
get
-
listElements
Collection<Holder.Reference<T>> listElements() -
get
-
listTags
Collection<HolderSet.Named<T>> listTags()
-