private class PreferredClassProvider.LoaderEntry extends WeakReference
Modifier and Type | Field and Description |
---|---|
PreferredClassProvider.LoaderKey |
key |
boolean |
removed
set to true if the entry has been removed from the table
because it has been replaced, so it should not be attempted
to be removed again
|
Constructor and Description |
---|
PreferredClassProvider.LoaderEntry(PreferredClassProvider.LoaderKey key,
ClassLoader loader) |
public final PreferredClassProvider.LoaderKey key
public boolean removed
public PreferredClassProvider.LoaderEntry(PreferredClassProvider.LoaderKey key, ClassLoader loader)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.