Uses of Class
org.codehaus.plexus.util.FastMap.EntryImpl
Packages that use FastMap.EntryImpl
-
Uses of FastMap.EntryImpl in org.codehaus.plexus.util
Fields in org.codehaus.plexus.util declared as FastMap.EntryImplModifier and TypeFieldDescriptionprivate FastMap.EntryImplFastMap.EntryImpl._afterHolds the entry added after this entry or the next available entry when in pool.private FastMap.EntryImplFastMap.EntryImpl._beforeHolds the entry added before this entry (null when in pool).private FastMap.EntryImpl[]FastMap._entriesHolds the map's hash table.private FastMap.EntryImplFastMap._mapFirstHolds the first map entry (linked list).private FastMap.EntryImplFastMap._mapLastHolds the last map entry (linked list).private FastMap.EntryImplFastMap.EntryImpl._nextHolds the next entry in the same bucket (null when in pool).private FastMap.EntryImplFastMap._poolFirstHolds the first pool entry (linked list).private FastMap.EntryImplFastMap.EntryImpl._previousHolds the previous entry in the same bucket (null when in pool).Methods in org.codehaus.plexus.util with parameters of type FastMap.EntryImplModifier and TypeMethodDescriptionprivate voidFastMap.removeEntry(FastMap.EntryImpl entry) Removes the specified entry from the map.