Uses of Class org.codehaus.plexus.util.FastMap.EntryImpl

Uses in package org.codehaus.plexus.util

Fields of type org.codehaus.plexus.util.FastMap.EntryImpl

FastMap.EntryImpl
Holds the entry added after this entry or the next available entry when in pool.
FastMap.EntryImpl
Holds the entry added before this entry (null when in pool).
FastMap.EntryImpl[]
Holds the map's hash table.
FastMap.EntryImpl
Holds the first map entry (linked list).
FastMap.EntryImpl
Holds the last map entry (linked list).
FastMap.EntryImpl
Holds the next entry in the same bucket (null when in pool).
FastMap.EntryImpl
Holds the first pool entry (linked list).
FastMap.EntryImpl
Holds the previous entry in the same bucket (null when in pool).

Methods with parameter type org.codehaus.plexus.util.FastMap.EntryImpl

void
Removes the specified entry from the map.