Class AbstractRegistry.Identified<T>
java.lang.Object
ovh.mythmc.social.api.util.registry.AbstractRegistry<IdentifiedRegistryKey,T>
ovh.mythmc.social.api.util.registry.AbstractRegistry.Identified<T>
- All Implemented Interfaces:
Iterable<T>,Registry<IdentifiedRegistryKey,T>
- Direct Known Subclasses:
SocialRegistries.Channels
- Enclosing class:
AbstractRegistry<R extends RegistryKey,T>
public static class AbstractRegistry.Identified<T>
extends AbstractRegistry<IdentifiedRegistryKey,T>
-
Nested Class Summary
Nested classes/interfaces inherited from class ovh.mythmc.social.api.util.registry.AbstractRegistry
AbstractRegistry.Identified<T>, AbstractRegistry.Namespaced<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionregistry()Retrieves the underlying map of the registry, where the keys are the registry keys and the values are the associated objects.Methods inherited from class ovh.mythmc.social.api.util.registry.AbstractRegistry
containsKey, containsValue, iterator, keys, register, unregister, value, values, valuesByTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Identified
protected Identified()
-
-
Method Details