Package jadex.bytecode.vmhacks
Class ClassStore
java.lang.Object
jadex.bytecode.vmhacks.ClassStore
Class used to store injected classes globally.
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
Overrideboolean
containsKey
(Object key) Overrideboolean
containsValue
(Object value) OverrideentrySet()
OverrideClass
<?> Overrideboolean
isEmpty()
OverridekeySet()
OverrideClass
<?> Overridevoid
OverrideClass
<?> Overrideint
size()
OverrideCollection
<Class<?>> values()
OverrideMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ClassStore
public ClassStore()Creates the store.
-
-
Method Details
-
get
Override -
put
Override -
size
public int size()Override -
isEmpty
public boolean isEmpty()Override -
containsKey
Override- Specified by:
containsKey
in interfaceMap<Object[],
Class<?>>
-
containsValue
Override- Specified by:
containsValue
in interfaceMap<Object[],
Class<?>>
-
remove
Override -
putAll
Override -
clear
public void clear()Override -
keySet
Override -
values
Override -
entrySet
Override
-