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 classEmbeddedSlotMapclassHashSlotMapThis class implements the SlotMap interface using a java.util.HashMap.(package private) classSlotMapContainerThis 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) classThreadSafeSlotMapContainerThis 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 SlotMapSlotMapContainer. map
-