Uses of Interface
org.htmlunit.corejs.javascript.SlotMap
-
Packages that use SlotMap Package Description org.htmlunit.corejs.javascript -
-
Uses of SlotMap in org.htmlunit.corejs.javascript
Classes in org.htmlunit.corejs.javascript that implement SlotMap Modifier and Type Class Description class
EmbeddedSlotMap
class
HashSlotMap
This class implements the SlotMap interface using a java.util.HashMap.(package private) class
SlotMapContainer
This class holds the various SlotMaps of various types, and knows how to atomically switch between them when we need to so that we use the right data structure at the right time.(package private) class
ThreadSafeSlotMapContainer
This class extends the SlotMapContainer so that we have thread-safe access to all the properties of an object.Fields in org.htmlunit.corejs.javascript declared as SlotMap Modifier and Type Field Description protected SlotMap
SlotMapContainer. map
-