ApiLookupMapImpl

public final class ApiLookupMapImpl<L> implements ApiLookupMap<L>

Constructors

ApiLookupMapImpl
Link copied to clipboard
void ApiLookupMapImpl(ApiLookupMap.LookupFactory<L> lookupFactory)

Functions

create
Link copied to clipboard
static ApiLookupMap<Lcreate<L>(ApiLookupMap.LookupFactory<L> lookupFactory)
Create a new instance.
forEach
Link copied to clipboard
void forEach(Consumer<? extends Object> action)
getLookup
Link copied to clipboard
synchronized L getLookup(Identifier lookupId, Class<? extends Object> apiClass, Class<? extends Object> contextClass)
Retrieve the API lookup associated with an identifier.
iterator
Link copied to clipboard
abstract Iterator<Titerator()
synchronized Iterator<Literator()
spliterator
Link copied to clipboard
Spliterator<Tspliterator()

Sources

jvm source
Link copied to clipboard