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

Packages that use FastMap.EntryImpl
org.codehaus.plexus.util   
 

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

Fields in org.codehaus.plexus.util declared as FastMap.EntryImpl
private  FastMap.EntryImpl FastMap.EntryImpl._after
          Holds the entry added after this entry or the next available entry when in pool.
private  FastMap.EntryImpl FastMap.EntryImpl._before
          Holds the entry added before this entry (null when in pool).
private  FastMap.EntryImpl[] FastMap._entries
          Holds the map's hash table.
private  FastMap.EntryImpl FastMap._mapFirst
          Holds the first map entry (linked list).
private  FastMap.EntryImpl FastMap._mapLast
          Holds the last map entry (linked list).
private  FastMap.EntryImpl FastMap.EntryImpl._next
          Holds the next entry in the same bucket (null when in pool).
private  FastMap.EntryImpl FastMap._poolFirst
          Holds the first pool entry (linked list).
private  FastMap.EntryImpl FastMap.EntryImpl._previous
          Holds the previous entry in the same bucket (null when in pool).
 

Methods in org.codehaus.plexus.util with parameters of type FastMap.EntryImpl
private  void FastMap.removeEntry(FastMap.EntryImpl entry)
          Removes the specified entry from the map.